declare function notArrayRule(data: any, params: any): boolean; declare namespace notArrayRule { var getErrorMessage: (attribute_name: string, params: any) => string; } export default notArrayRule;