export declare const interact: (resource: any, tags: any[], when: any, additional_args: any, description: any) => { plugin: any; name: string; when: string; } & { tags: any; };