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