export declare type InputRule = (value: any) => string | boolean | Promise<string | boolean>;
