import { z } from 'zod';
export declare const CloudbuildSteps: z.ZodPipeline<z.ZodEffects<z.ZodString, string | number | boolean | import("type-fest").JsonObject | import("type-fest").JsonValue[] | readonly import("type-fest").JsonValue[] | null, string>, z.ZodEffects<z.ZodObject<{
    steps: z.ZodEffects<z.ZodArray<z.ZodAny, "many">, string[], any[]>;
}, "strip", z.ZodTypeAny, {
    steps: string[];
}, {
    steps: any[];
}>, string[], {
    steps: any[];
}>>;
