import { RenderOptions } from './types.js'; export declare const render: (input: string, output: string, allow?: RegExp[], block?: RegExp[], entries?: string[], options?: RenderOptions) => Promise<{ path: string; html: string; }[]>;