import { flags } from "@oclif/command"; import { ProjectCommand } from "../../Command"; export default class ServicePush extends ProjectCommand { static aliases: string[]; static description: string; static flags: { tag: flags.IOptionFlag; localSchemaFile: flags.IOptionFlag; config: flags.IOptionFlag; header: flags.IOptionFlag; endpoint: flags.IOptionFlag; key: flags.IOptionFlag; engine: flags.IOptionFlag; frontend: flags.IOptionFlag; }; run(): Promise; } //# sourceMappingURL=push.d.ts.map