import createFormatter from '../core/createFormatter.js';
export default function useFormatter(): ReturnType<typeof createFormatter>;
