export interface DeployPostBuildInvocation { command: string; args: string[]; scriptPath: string; } export declare function hasDeployPreset(env?: NodeJS.ProcessEnv): boolean; export declare function resolveDeployPostBuildInvocation({ cliDir, env, findTsxBin, }: { cliDir: string; env?: NodeJS.ProcessEnv; findTsxBin: () => string; }): DeployPostBuildInvocation | undefined; //# sourceMappingURL=deploy-build.d.ts.map