import { Alert, Operation } from '../models'; export declare type CreateAlertInput = Readonly<{ name: string; sourceGroupId: string; filterId: string; targetGroupId: string; filterOptions: string; groupName: string; }>; export declare type CreateAlertResult = Alert; export declare type CreateAlertService = Readonly<{ createAlert: Operation; }>; //# sourceMappingURL=CreateAlert.d.ts.map