import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class Set extends AuthenticatedCommand { static args: {}; static description: string; static examples: { command: string; description: string; }[]; static flags: { 'app-id': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; run(): Promise; } //# sourceMappingURL=set.d.ts.map