import { UnionAllowedType } from './object.utils';
export declare const getTypesName: (types: UnionAllowedType[], isArray?: boolean) => string;
export declare const getTypeName: (type: UnionAllowedType) => string;
