/** * Derive the sbx sandbox name groundcrew expects for a given sbx agent. * Groundcrew only addresses this existing sandbox at launch time; it does * not probe, create, mutate, or remove it. */ export declare function sandboxNameFor(arguments_: { agent: string; }): string; //# sourceMappingURL=sandboxName.d.ts.map