type AsyncCallback = () => Promise; export declare const createAsyncProxy: (asyncCallback: AsyncCallback) => AsyncCallback; export {};