import { TSchema } from './tsSchema';
export declare const codegenSchemaToJSCode: (schema: TSchema) => string;
