import { type Attribute } from 'parse5/dist/common/token'; export declare function findAttr(attrs: Attribute[], name: string): Attribute | undefined; export declare function isBinding(attr: Attribute): boolean;