import type { Type } from './types.js';
export declare function typeToHoverDetails(type: Type): string;
export declare function typeToHoverText(type: Type): string;
//# sourceMappingURL=types.hover.d.ts.map