import { Command } from 'commander'; export declare function listAction(options: { pretty?: boolean; }): Promise; export declare function infoAction(channelId: string, options: { pretty?: boolean; }): Promise; export declare function historyAction(channelId: string, options: { limit?: number; pretty?: boolean; }): Promise; export declare const channelCommand: Command; //# sourceMappingURL=channel.d.ts.map