import type { Tag } from '@/types/pug'; export declare function addAttributeFallthrough(rootElement: Tag, variableName?: string): Tag; export declare function hasAttributeBlocks(tag: Tag): boolean; //# sourceMappingURL=addAttributeFallthrough.d.ts.map