declare const _default: {
    extends: string[];
    rules: {
        "toml/no-unreadable-number-separator": string;
        "toml/precision-of-fractional-seconds": string;
        "toml/precision-of-integer": string;
        "toml/vue-custom-block/no-parsing-error": string;
    };
};
export = _default;
