import { BlockStatement, Statement } from "@babel/types";
import { NodePath } from "@babel/core";
export declare function TranslateTemplate(body: NodePath<BlockStatement>): string;
export declare function IsTemplate(statement: NodePath<Statement>): boolean;