import type { DeployTarget, DeployTargetOptions } from ".."; /** Dispatch to a platform adapter (Vercel today). */ export declare function deployToTarget(target: DeployTarget, opts: DeployTargetOptions): Promise; //# sourceMappingURL=index.d.ts.map