import { FormatLike, TypeLike } from '../types.d.cts'; export declare const toTypeString: (t: any) => string; export declare const toTypeArgs: (t: any[]) => any[]; export declare const toTypeSymbol: (t: TypeLike) => FormatLike;