import { Node } from '@babel/traverse'; export declare function getVariable(ast: Node): string[]; export declare function getTemplateStatementVariable(code: string): string[];