import * as z from "zod/v4"; import { OpenEnum } from "../../types/enums.js"; export declare const OutboundAuthenticationType: { readonly Oauth2: "oauth2"; readonly Bearer: "bearer"; readonly None: "none"; readonly GithubApp: "github_app"; readonly SlackApp: "slack_app"; }; export type OutboundAuthenticationType = OpenEnum; /** @internal */ export declare const OutboundAuthenticationType$inboundSchema: z.ZodType; /** @internal */ export declare const OutboundAuthenticationType$outboundSchema: z.ZodType; //# sourceMappingURL=outboundauthenticationtype.d.ts.map