import type { RunFn } from "./cf-exec.js"; /** * Resolve a scoped data token (e.g. "storage" = D1+R2) from the house minter. * Shells cf-token.sh, which mints or reuses the scope and persists the key into * the house env file, echoing the key name. Reads that key back and returns its * value. Throws if the key is absent after the run (never returns the minter). */ export declare function resolveHouseScopedToken(scope: string, houseEnvPath: string, cfTokenShPath: string, run?: RunFn): Promise; //# sourceMappingURL=house-scoped-token.d.ts.map