export declare function onceAsync( fn: () => Promise, thisArg?: any ): () => Promise; export default onceAsync;