import type { ModuleInterface } from '@n8n/decorators'; export declare class TokenExchangeModule implements ModuleInterface { entities(): Promise; init(): Promise; }