declare const _default: {
    ctor: () => void;
    ctorEmpty: () => void;
    ctorUndefined: () => void;
    number: () => void;
    properties: () => void;
    getOwnPropertyDescriptor: () => void;
    throw: () => void;
};
export default _default;
