export declare function assign(obj: Object, prop: string, value: any): void; export declare function isSSR(): boolean;