import * as fc from "fast-check"; import { type ValidEnvName, type ValidScriptFormat, type ValidScriptName } from "../script-name-parsing/index.js"; export declare const arbDate: fc.Arbitrary; export declare const arbFormat: fc.Arbitrary; export declare const arbEnv: fc.Arbitrary; export declare const arbUserName: fc.Arbitrary; //# sourceMappingURL=arbitraries.d.ts.map