export declare function createRegexForPseudo(prefix: {
    [key: string]: string;
}): RegExp;
declare const prefix: {
    [key: string]: string;
};
export default prefix;
