import type { ICredentialType, INodeTypeDescription } from 'n8n-workflow';
export { GoogleAdsConversion } from './nodes/GoogleAdsConversion/GoogleAdsConversion.node';
export { GoogleAdsOAuth2 } from './credentials/GoogleAdsOAuth2.credentials';
export declare const nodes: INodeTypeDescription[];
export declare const credentials: ICredentialType[];
