import { Option, Compiler } from './ns'; export declare const tplCompiler: (tplString: string, importJs: string, option: Option) => Compiler;