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