declare const _exports: {
    "type": string;
    "properties": {
        "debug": {
            "type": string;
        };
        "compact": {
            "type": string;
        };
        "autoWrap": {
            "type": string;
        };
        "esModules": {
            "type": string;
        };
        "coverageVariable": {
            "type": string;
        };
        "preserveComments": {
            "type": string;
        };
        "produceSourceMap": {
            "type": string;
        };
    };
    "additionalProperties": boolean;
};
export = _exports;
