/* File: client/js/teaforo.ts */
declare namespace forum {
export function register_callback(callback: () => any);
export function open();
}