type Procedure = (...args: unknown[]) => T; export declare function once(function_: Procedure): Procedure; export {};