import * as AST from '../types/nodes'; export declare function escapeAttrValue(attrValue: string): string; export declare function escapeText(text: string): string; export declare function isSynthetic(node: AST.Node): boolean; export declare function sortByLoc(a: AST.Node, b: AST.Node): -1 | 0 | 1; //# sourceMappingURL=util.d.ts.map