import { IExecuteFunctions } from 'n8n-core'; import { ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Auth0 implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getRoles(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; }