type LoadingErrorService = "Auth" | "Chat";
export declare class LoadingError extends Error {
    constructor(method: string, service: LoadingErrorService);
}
export {};
//# sourceMappingURL=AuthLoadingError.d.ts.map