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