import FMCCommand from '../../../FMCCommand'; export default class ServiceDeployLocal extends FMCCommand { static description: string; static examples: string[]; static flags: any; static args: { name: string; }[]; private getFileContent; run(): Promise; } //# sourceMappingURL=local.d.ts.map