/*!
 * V4Fire Core
 * https://github.com/V4Fire/Core
 *
 * Released under the MIT license
 * https://github.com/V4Fire/Core/blob/master/LICENSE
 */
export declare const capitalizeCache: any, camelizeCache: any, dasherizeCache: any, underscoreCache: any;
export declare const isDigital: RegExp, normalizeRgxp: RegExp, camelizeRgxp: RegExp;
export declare const unicode: {
    zeroWidthJoiner: RegExp;
    regionalIndicators: RegExp;
    emojiWithColorModifiers: RegExp;
    textModifiers: RegExp;
    colorModifiers: RegExp;
    modifiers: RegExp;
};
