import { RazorOptions } from "./razorOptions.type"; export declare function generate(template: string, options?: RazorOptions): string;