/****************************************************************************** Constants ******************************************************************************/ export declare const BASE_KEY = "_"; export declare const REGEX: RegExp; export declare const Errors: { readonly BaseKey: (key: string) => string; readonly KeyMissing: (key: string) => string; readonly KeyNameLength: (path: string) => string; readonly Regex: (url: string) => string; };