import type { Tag } from '@/types/pug'; export declare function extractAttributes(callNode: Tag): Map; export declare function hasAttributes(callNode: Tag): boolean; //# sourceMappingURL=extractAttributes.d.ts.map