import { MacroCallAST, ReferencesAST } from '../type'; /** * Get reference text. When the reference itself does not exist, * the original template string needs to be returned. * get variable text */ export declare function getRefText(ast: ReferencesAST | MacroCallAST): string;