export declare const validatorFnMap: {
    [key: string]: (value: string) => boolean;
};
