import { ErrorFactory } from '../common/errors'; export declare enum ConfigErr { FETCH_ERROR = "config/fetch-failed", NOT_FOUND = "config/not-found" } export declare const errors: { "config/fetch-failed": string; "config/not-found": string; }; export declare const errorFactory: ErrorFactory;