import type { MutationOptions } from '../../lib/options.js'; type ArchiveChannelOptions = MutationOptions & { workspace?: string; }; export declare function archiveChannelCommand(ref: string, options: ArchiveChannelOptions): Promise; export declare function unarchiveChannelCommand(ref: string, options: ArchiveChannelOptions): Promise; export {}; //# sourceMappingURL=archive.d.ts.map