export default class Validator { constructor(props: any); _props: any; _propFiller: PropFiller; _fillProps(str: any): any; _fillWhere(where: any): void; _fillErrorProps(error: any): any; _getWhereProps(where: any): {}; _validateWithRule(rule: any): any; validate(rules: any, all: any): any[]; } import PropFiller from "../compiler/prop-filler";