import { z } from 'zod'; export declare const CURRENT_SLACK_MANIFEST_VERSION = 2; export interface AgentSlackManifestUpdateInfo { agentVersion: number; appManifestUrl?: string; currentVersion: number; manifestUpdateYaml: string; needsUpdate: boolean; reinstallUrl?: string; } export declare const AgentSlackManifestUpgradeRequest: z.ZodObject<{ botToken: z.ZodString; }, z.core.$strict>; export type AgentSlackManifestUpgradeRequest = z.infer; //# sourceMappingURL=slack-manifest.d.ts.map