export declare function setSSRMode(value: boolean): void; export declare function isSSRMode(): boolean; export declare function setSSRHeadOutput(html: string): void; export declare function getSSRHeadOutput(): string | null; export declare function clearSSRHeadOutput(): void;