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