interface NomadDeployOptions { token?: string; path?: string; dockerImage?: string; cpu?: number; memory?: number; region?: string; datacenter?: string; useVolume: boolean; useVault: boolean; templatePath?: string; dryRun: boolean; verbose: boolean; } export declare function nomadDeployCommand(botName: string, options: NomadDeployOptions): Promise; export {}; //# sourceMappingURL=nomad-deploy.d.ts.map