//#region src/constants.d.ts /** * Sentinel value representing the absence of a contract (empty/new project). * This is a human-readable marker, not a real SHA-256 hash. */ declare const EMPTY_CONTRACT_HASH: "sha256:empty"; //#endregion export { EMPTY_CONTRACT_HASH }; //# sourceMappingURL=constants.d.mts.map