import * as z from "zod/v4"; export type SlackIntegrationChannelsGlobals = { /** * Workspace name. Platform API keys already select a workspace; other authentication methods can configure it once on the SDK client. */ workspace?: string | undefined; }; export type SlackIntegrationChannelsRequest = {}; /** @internal */ export type SlackIntegrationChannelsRequest$Outbound = {}; /** @internal */ export declare const SlackIntegrationChannelsRequest$outboundSchema: z.ZodType; export declare function slackIntegrationChannelsRequestToJSON(slackIntegrationChannelsRequest: SlackIntegrationChannelsRequest): string; //# sourceMappingURL=slackintegrationchannels.d.ts.map