import { SchemaObject } from '@nestjs/swagger/dist/interfaces/open-api-spec.interface';
import { TsType } from '../../entity/types/ts-types';
export declare const tsTypeSchemaTypes: Record<TsType, SchemaObject>;
