import { type ObjectType, type SearchChannelType } from '../types/shims'; export declare function extractChannelData(type: SearchChannelType, data: ObjectType): T[];