export { formatHintLog };
declare function formatHintLog<Msg extends string>(msg: Msg): `| ${Msg} |`;
