import type { MutationOptions } from '../../lib/options.js'; type DeleteGroupOptions = MutationOptions & { yes?: boolean; }; export declare function deleteGroupCommand(ref: string, options: DeleteGroupOptions): Promise; export {}; //# sourceMappingURL=delete.d.ts.map