import type { ThunkAsync } from 'ts-gems';
export declare function resolveThunk(thunk: ThunkAsync<any> | Promise<any>): Promise<any>;
