import { TSchema } from './tsSchema';
export declare const tSchemaToTypescript: (schema: TSchema, indentLevel?: number) => string;
