import type { Options, NormalizeData, WebTypes, WebElement, WebAttribute } from './type'; export declare function webTypes(options: Options, list: NormalizeData[]): WebTypes; export declare function getWebTypes(options: Options, list: NormalizeData[]): { tags: WebElement[] | undefined; attributes: WebAttribute[] | undefined; };