import * as z from "zod/v4-mini"; export type GetAlertSettingsRequest = { /** * Alert Settings ID */ id: string; }; /** @internal */ export type GetAlertSettingsRequest$Outbound = { id: string; }; /** @internal */ export declare const GetAlertSettingsRequest$outboundSchema: z.ZodMiniType; export declare function getAlertSettingsRequestToJSON(getAlertSettingsRequest: GetAlertSettingsRequest): string; //# sourceMappingURL=get-alert-settings-op.d.ts.map