import { Command } from 'clipanion'; export declare class SpecDeployCommand extends Command { static paths: string[][]; resourceGroup: string; prefix: string; version: string; constructor(); execute(): Promise; deploySpec(bicep: string, name: string): void; }