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