import MockResponse from './MockResponse';
export declare function isPromiseLike(arg: any): arg is Promise<MockResponse | undefined>;
