import * as eslint from 'eslint';

declare const _default: {
    meta: {
        name: string;
        version: string;
        namespace: string;
    };
    rules: {
        'sort-imports': eslint.Rule.RuleModule;
    };
    configs: {
        all: {
            rules: {
                '@bastidood/imsort/sort-imports': "error";
            };
        };
    };
};

export { _default as default };
