import { Renderer } from './Renderer'; import { Template } from './Template'; import { MontaOptions } from './Options'; export declare class Internal { renderer: Renderer; options: MontaOptions; constructor(options?: Partial); compile(code: string): Promise