import type { Guard } from "../types";
export declare function isPromise<T = unknown>(valueGuard?: Guard<T>): Guard<Promise<T>>;
//# sourceMappingURL=isPromise.d.ts.map