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