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