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