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