import { ASTNode } from '../node/astNode';
export declare function getAttribute(node: ASTNode, attr: string): any;
