import { RuleContext } from '../validator'; export declare function stringRule(value: any, _ctx: RuleContext): boolean;