import type { Command } from 'commander'; import { type SdkCommandDeps } from '../lib/sdk-command.js'; export type ChannelCommandDependencies = SdkCommandDeps; export declare function registerChannelCommands(program: Command, overrides?: Partial): void; //# sourceMappingURL=channel.d.ts.map