import * as z from "zod/v4"; export type StackByPlatform = { aws?: any | null | undefined; gcp?: any | null | undefined; azure?: any | null | undefined; kubernetes?: any | null | undefined; machines?: any | null | undefined; local?: any | null | undefined; test?: any | null | undefined; }; /** @internal */ export type StackByPlatform$Outbound = { aws?: any | null | undefined; gcp?: any | null | undefined; azure?: any | null | undefined; kubernetes?: any | null | undefined; machines?: any | null | undefined; local?: any | null | undefined; test?: any | null | undefined; }; /** @internal */ export declare const StackByPlatform$outboundSchema: z.ZodType; export declare function stackByPlatformToJSON(stackByPlatform: StackByPlatform): string; //# sourceMappingURL=stackbyplatform.d.ts.map