import { Operation } from '../models'; export declare type DeleteAlertInput = Readonly<{ id: string; }>; export declare type DeleteAlertResult = Readonly<{ id: string; }>; export declare type DeleteAlertService = Readonly<{ deleteAlert: Operation; }>; //# sourceMappingURL=DeleteAlert.d.ts.map