import { z } from 'zod'; export declare const runSchema: z.ZodObject; /** * The artifacts that are generated by this script. Should be in the format (example): `contracts.FooBar` */ outputs: z.ZodArray; }, { args: z.ZodOptional>; env: z.ZodOptional>; depends: z.ZodOptional, "many">>; }>, "strip", z.ZodTypeAny, { outputs: string[]; func: string; exec: string; modified: [string, ...string[]]; args?: string[] | undefined; depends?: string[] | undefined; env?: string[] | undefined; }, { outputs: string[]; func: string; exec: string; modified: [string, ...string[]]; args?: string[] | undefined; depends?: string[] | undefined; env?: string[] | undefined; }>; //# sourceMappingURL=schemas.d.ts.map