import { rulePrefix } from '../constants.js';
export declare const prefixRules: <T extends Record<string, any>>(rules: T) => { [Key in keyof typeof rules & string as `${typeof rulePrefix}/${Key}`]: (typeof rules)[Key]; };
//# sourceMappingURL=prefixRule.d.ts.map