export declare const hasSymbols: () => boolean; export declare const hasSymbol: (name: string) => boolean; export declare const getSymbol: (name: string) => symbol | string; export declare function registerObservableSymbol(): void;