//#region src/clients/bigquery.client.d.ts type BigQueryResult = { rows: Record[]; totalRows: number; estimatedBytesProcessed: string; estimatedCostUsd: string; }; declare const bigqueryPatentSearch: (query: string, fields?: string[], limit?: number) => Promise; declare const bigqueryPatentFamily: (familyId: string) => Promise; declare const bigqueryCitationNetwork: (publicationNumber: string, depth?: number) => Promise; declare const bigqueryCpcAnalytics: (cpcPrefix: string, dateFrom?: string, dateTo?: string) => Promise; //#endregion export { bigqueryCitationNetwork, bigqueryCpcAnalytics, bigqueryPatentFamily, bigqueryPatentSearch }; //# sourceMappingURL=bigquery.client.d.ts.map