import type { ViewOptions } from '../../lib/options.js'; export type ListChannelsOptions = ViewOptions & { workspace?: string; scope?: string; state?: string; }; export declare function listChannels(workspaceRef: string | undefined, options: ListChannelsOptions): Promise; //# sourceMappingURL=list.d.ts.map