import { GeneratorOptions } from "@vlr/razor/export"; export declare function generate(content: string, fileName: string, options: GeneratorOptions): string;