/** * Host's max length for sandbox and snapshot names. * * Mirrors `HOST_SANDBOX_NAME_LIMIT` in the CLI * (`crates/mda/src/deploy/helpers.rs`). Thread-box names, recipe snapshot * names, and the integration-test helper all derive from this cap. */ export declare const HOST_SANDBOX_NAME_LIMIT = 63; //# sourceMappingURL=sandbox-names.d.ts.map