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