import { Fragment, FragmentOptions } from '../common'; export interface TypeFormatData { format?: 'code' | 'full' | 'short'; type: string; } export declare function renderTypeFormat(data: TypeFormatData, _options: FragmentOptions): Fragment; //# sourceMappingURL=typeFormatter.d.ts.map