import * as z from "zod/v4"; export type SlackNotificationChannelRequest = { channelId: string | null; }; /** @internal */ export type SlackNotificationChannelRequest$Outbound = { channelId: string | null; }; /** @internal */ export declare const SlackNotificationChannelRequest$outboundSchema: z.ZodType; export declare function slackNotificationChannelRequestToJSON(slackNotificationChannelRequest: SlackNotificationChannelRequest): string; //# sourceMappingURL=slacknotificationchannelrequest.d.ts.map