export declare class AttrSyntax { rawName: string; rawValue: string; target: string; command: string | null; constructor(rawName: string, rawValue: string, target: string, command: string | null); } //# sourceMappingURL=ast.d.ts.map