import type { Transport } from './transport'; export declare function channelsClient(t: Transport): { listChannels: (signal?: AbortSignal) => Promise<{ channels: string[]; }>; }; //# sourceMappingURL=channels-client.d.ts.map