import Validation from './SchemaBuilder/Validation'; export default function isValidByPaths(allValidations: Validation[], paths?: string[]): boolean;