import type { MutationOptions } from '../../lib/options.js'; type CreateChannelOptions = MutationOptions & { workspace?: string; description?: string; private?: boolean; }; export declare function createChannelCommand(name: string, options: CreateChannelOptions): Promise; export {}; //# sourceMappingURL=create.d.ts.map