import type { IRule } from './interface';
export declare const createGlobalBaseConfig: () => IRule;
