export declare function throwIfAlreadyLoaded(parentModule: any, moduleName: string): void; export declare function once(fn: Function): () => void;