import { StringValidator as Validator } from '../../../../domain'; export declare const getMakeRules: (key: K) => (value: import("../../../../domain").ValidationStringSchema.Rules[K] | null) => Validator.Rules; export declare const getAnyObject: () => ({ a: number; } | { a?: undefined; } | null | undefined)[]; export * from '../helpers';