import { AssertOptions } from '../../fluent-api';
export declare function expectThatAsyncFuncHasResult(func: () => Promise<string | number | boolean | null | undefined>, expectedResult: string | number | boolean | null | undefined, options?: Partial<AssertOptions>): Promise<void>;