export declare const addValidatorIndex: () => void; export declare const validatorCall: (arg: string, label?: string | undefined) => string; export declare const validator: (arg: string, rulesString: string, indent: number, label?: string | undefined) => { [x: string]: string; };