import type { ArchiveFilter } from '@doist/twist-sdk'; import type { PaginatedViewOptions } from '../../lib/options.js'; type ChannelThreadsOptions = PaginatedViewOptions & { workspace?: string; unread?: boolean; archiveFilter?: ArchiveFilter; cursor?: string; }; export declare function showChannelThreads(channelRef: string, workspaceRef: string | undefined, options: ChannelThreadsOptions): Promise; export {}; //# sourceMappingURL=threads.d.ts.map