import type { Configuration } from './typings/types'; export declare const fileName = ".htmlintrc"; export declare function parse(text: string): Configuration; export declare const load: import("./util").Getter;