import { ICredentialType, NodePropertyTypes } from 'n8n-workflow'; export declare class Auth0Credentials implements ICredentialType { name: string; displayName: string; properties: { displayName: string; name: string; type: NodePropertyTypes; default: string; }[]; }