import type { CompileContext } from "../context.js"; export declare const compileSchemasToTypescript: (context: CompileContext) => Promise;