import type { Hash, Store } from "./types.js"; /** * Register default LiquidJS templates for all @ocas/output/* schemas. * Each template is stored as a @ocas/string CAS node and bound to * the variable `@ocas/template/{format}/`. * * Registers both text and HTML templates. HTML templates also get a * shared CSS static template (`@ocas/template-static/html/`). * * Idempotent: safe to call multiple times. */ export declare function registerOutputTemplates(store: Store): Promise>; //# sourceMappingURL=output-templates.d.ts.map