import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; import { SlackChannel } from "./slackchannel.js"; export type SlackChannelsResponse = { channels: Array; }; /** @internal */ export declare const SlackChannelsResponse$inboundSchema: z.ZodType; export declare function slackChannelsResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=slackchannelsresponse.d.ts.map