import { Command } from "clipanion"; export declare class DeployCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; role: string | undefined; all: boolean; dryRun: boolean; timeout: string; execute(): Promise<0 | 1>; } //# sourceMappingURL=deploy.d.ts.map