/** * Google Civic Information API * * Provides polling places, early vote locations, contest data, election * officials, and government representatives for U.S. residential addresses. * * @example * const google = require('googleapis'); * const civicinfo = google.civicinfo('v2'); * * @namespace civicinfo * @type {Function} * @version v2 * @variation v2 * @param {object=} options Options for Civicinfo */ declare function Civicinfo(options: any): void; export = Civicinfo;