export function parseMacroDef(): { tag: string; data: any; }; export function parseUse(): { tag: string; data: any; };