declare const Errors: {
    INVALID_UUID: string;
    INVALID_ROLE: string;
    SOCKET_ERROR: string;
    INVALID_USER: string;
};
export default function FetchError(error: keyof typeof Errors): Error;
export {};
//# sourceMappingURL=error.d.ts.map