export declare const IS_BROWSER: boolean;
export declare function onDocumentReady(fn: () => unknown): void;
