type OnceFn = () => Promise; export declare function once(fn: OnceFn): OnceFn; export {}; //# sourceMappingURL=once.d.ts.map