// The vault kind, as one actor. // // import * as Vault from "./vault"; // Vault.depositVault(w, params); // // A SINK — nothing inside src/ imports this file; internal code deep-imports the // concept module (`./vault/funding`). See binary/index.ts for the full rationale. export * from "./funding.js";