declare const types: {
    Array: string;
    BigInt: string;
    Boolean: string;
    Error: string;
    Function: string;
    Generator: string;
    GeneratorFunction: string;
    Null: string;
    Number: string;
    Object: string;
    Promise: string;
    RegExp: string;
    String: string;
    Symbol: string;
    Undefined: string;
};
export { types };
export default types;
