export declare function once(fn: (...args: unknown[]) => void): Function;
