export type RunSync = (cmd: string, args: string[]) => string; /** * Resolve a scoped data token (e.g. "calendar-d1" = D1 only) 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. */ export declare function resolveHouseScopedToken(scope: string, houseEnvPath: string, cfTokenShPath: string, run?: RunSync): string; //# sourceMappingURL=house-scoped-token.d.ts.map