declare const formatErrorMessage: ({ code }: { code: string; }) => string; export { formatErrorMessage };