import { type RenderedDoc } from './utils/base.ts'; import type { RenderDocument } from '../operations/types.ts'; export type { RenderedDoc }; /** * Core render function that doesn't use the database. * Takes a document and optional slot/template documents. */ export declare function render(document: RenderDocument, context?: Record): Promise; //# sourceMappingURL=index.d.ts.map