export declare function regex({ raw: texts }: TemplateStringsArray, ...insertions: RegExp[]): (flags?: string | undefined) => RegExp; export declare const EMOJI_CHARACTER: RegExp; export declare const DEFAULT_EMOJI_PRESENTATION_CHARACTER: RegExp; export declare const DEFAULT_TEXT_PRESENTATION_CHARACTER: RegExp; export declare const TEXT_PRESENTATION_SELECTOR: RegExp; export declare const TEXT_PRESENTATION_SEQUENCE: RegExp; export declare const EMOJI_PRESENTATION_SELECTOR: RegExp; export declare const EMOJI_PRESENTATION_SEQUENCE: RegExp; export declare const EMOJI_MODIFIER: RegExp; export declare const EMOJI_MODIFIER_BASE: RegExp; export declare const EMOJI_MODIFIER_SEQUENCE: RegExp; export declare const REGIONAL_INDICATOR: RegExp; export declare const EMOJI_FLAG_SEQUENCE: RegExp; export declare const TAG_BASE: RegExp; export declare const TAG_SPEC: RegExp; export declare const TAG_END: RegExp; export declare const EMOJI_TAG_SEQUENCE: RegExp; export declare const EMOJI_KEYCAP_SEQUENCE: RegExp; export declare const EMOJI_CORE_SEQUENCE: RegExp; export declare const EMOJI_ZWJ_ELEMENT: RegExp; export declare const ZWJ: RegExp; export declare const EMOJI_ZWJ_SEQUENCE: RegExp; export declare const EMOJI_SEQUENCE: RegExp; export declare const EMOJI: RegExp;