import { ISortOption } from "./options"; export declare function sortAttributes(html: string, options?: ISortOption): string;