export declare const testCases: Array<[
    string,
    string | RegExp,
    boolean,
    number,
    string
]>;
