export declare function parseElementsToArray($: cheerio.Root, tag: string): Record[]; export declare function parseElementsToDictionary($: cheerio.Root, tag: string, key: string, defaultKey?: string): Record[]>; //# sourceMappingURL=parse-elements.d.ts.map