import * as types from './types';
declare const DEPENDENT_RULES: string[];
declare const DEFAULT_LOCALE: {
    messages: {};
    attributes: {};
};
declare const REGEXP_IS_UINT: RegExp;
declare const URL_PROTOCOLS: string[];
declare const ALPHA: {
    [key: string]: RegExp;
};
declare const ALPHA_NUMERIC: {
    [key: string]: RegExp;
};
declare const ALPHA_DASH: {
    [key: string]: RegExp;
};
export { types, ALPHA, ALPHA_NUMERIC, ALPHA_DASH, DEPENDENT_RULES, DEFAULT_LOCALE, REGEXP_IS_UINT, URL_PROTOCOLS, };
