import { ASTNodeType } from '../../types'; declare function strToAST(template: string): ASTNodeType[]; export default strToAST;