/** * Inlined from deprecated package https://github.com/npm/aproba/blob/v2.0.0/index.js */ declare function validate(rawSchemas: string, args: any[] | IArguments): void; export default validate;