import { type SearchChannelOptions } from '../types/shims'; declare function searchChannel(channelID: string, options: SearchChannelOptions): Promise; export default searchChannel;