import { Error } from '../consts/Types'; declare const _default: { COULD_NOT_GET_RATE: (error: string) => Error; }; export default _default;