import { GlideSysAttachment } from "../types/GlideSysAttachment"; import { GlideRecord } from "../types/GlideRecord"; export declare class InfectedAttachmentNotifier { static getDisplayNameOfParent(parentRecord?: GlideRecord): string; static notify(attachment?: GlideSysAttachment): void; }