import { DecoratorOptions, Type } from './types.js';
export declare const isDefinitionInterface: (definition: any) => any;
export declare const escapeString: (str: string) => string;
export declare const formatDecoratorOptions: (options: DecoratorOptions, isFirstArgument?: boolean) => string;
export declare const buildTypeString: (type: Type) => string;
export declare const fixDecorator: (type: Type, typeString: string) => string;
export declare const getNestNullableValue: (type: Type) => string;
