import type { Icon, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class GoogleSheetsOAuth2Api implements ICredentialType { name: string; extends: string[]; displayName: string; icon: Icon; documentationUrl: string; properties: INodeProperties[]; } //# sourceMappingURL=GoogleSheetsOAuth2Api.credentials.d.ts.map