export declare const symbol: unique symbol; export declare function once(fn: () => T, thisArg?: any): () => T; export default once;