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