export declare const confirmation: (title: any, text: any, asssign_to: any[], tags: any[], when: any, additional_args: any, description: any) => { plugin: any; name: string; when: string; } & { tags: any; };