import { type CommandModule } from 'yargs'; import { type APIOrganizationCommandFlags } from '../../lib/command/api-organization-command.js'; export type CommandArgs = APIOrganizationCommandFlags & { id?: string; }; export declare const command = "schema:delete [id]"; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=delete.d.ts.map