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