export function clikeClass(): {
    pattern: RegExp;
    lookbehind: boolean;
    inside: {
        punctuation: RegExp;
    };
};
