export declare function splitRule(str: any): any[]; export declare const convertRule: any; export default function (rule: any, str: any): unknown[];