import Attribute from "grimoirejs/ref/Node/Attribute"; declare const _default: { name: string; lazy: boolean; verify(attr: Attribute): boolean; convert(val: any, attr: Attribute): any; }; export default _default;