declare const _default: {
    extends: string;
    env: {
        browser: boolean;
        commonjs: boolean;
    };
    globals: {
        global: boolean;
        console: boolean;
        debugger: boolean;
    };
};
export = _default;
