import type { PrototypeStruct } from '../index.js'; interface IsPromise { isPromise(x: any): boolean; } export declare const isPromise: PrototypeStruct; declare global { interface PromiseConstructor extends IsPromise { } } export {}; //# sourceMappingURL=is-promise.d.ts.map