export declare const ErrorMessage: {
    readonly mergeError: () => string;
    readonly ruleNotFound: (key: any) => string;
};
