/** * Google Safe Browsing API * * Enables client applications to check web resources (most commonly URLs) * against Google-generated lists of unsafe web resources. * * @example * const google = require('googleapis'); * const safebrowsing = google.safebrowsing('v4'); * * @namespace safebrowsing * @type {Function} * @version v4 * @variation v4 * @param {object=} options Options for Safebrowsing */ declare function Safebrowsing(options: any): void; export = Safebrowsing;