import { z } from 'zod'; import { runSchema } from '../schemas'; /** * Try to import a file relative to the given baseDir, if not present, try to * get the relative NPM Module. * @internal */ export declare function importFrom(baseDir: string, fileOrModule: string): Promise; export declare function hashFs(path: string): Buffer; /** * Available properties for run operation * @public * @group Run */ export type Config = z.infer; //# sourceMappingURL=run.d.ts.map