/* 0.28.0 */import type { Type } from './types';
export declare function typeToString(type: Type, precedence?: number): string;
