import { VyApiResponse } from "./VyApiResponse"; export declare class VyPromise extends Promise> { constructor(executor: (resolve: (value?: VyApiResponse | PromiseLike>) => void, reject: (reason?: any) => void) => void); static get [Symbol.species](): PromiseConstructor; } //# sourceMappingURL=VyPromise.d.ts.map