import { flags } from "@oclif/command"; import { ProjectCommand } from "../../Command"; export default class ServiceDelete extends ProjectCommand { static description: string; static flags: { tag: flags.IOptionFlag; variant: flags.IOptionFlag; graph: flags.IOptionFlag; federated: import("@oclif/parser/lib/flags").IBooleanFlag; serviceName: flags.IOptionFlag; yes: import("@oclif/parser/lib/flags").IBooleanFlag; config: flags.IOptionFlag; header: flags.IOptionFlag; endpoint: flags.IOptionFlag; key: flags.IOptionFlag; engine: flags.IOptionFlag; }; run(): Promise; } //# sourceMappingURL=delete.d.ts.map