import type { AsyncFn } from './types.js';
export declare function reusePromise(fn: AsyncFn): (this: unknown, ...args: any[]) => Promise<any>;
//# sourceMappingURL=reuse_promise.d.ts.map