import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export interface IGoogleAuthCredentials { email: string; privateKey: string; } export declare class GoogleBooks implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=GoogleBooks.node.d.ts.map