export declare const SYMBOL_SUBSCRIBER: unique symbol;
export declare const SYMBOL_STORE: unique symbol;
export declare const SYMBOL_PERSIST: unique symbol;
export declare const IS_WINDOW_DEFINED: boolean;
export declare const IS_DOCUMENT_DEFINED: boolean;
export declare const UNDEFINED = "undefined";
