export function reserveThenGetNamePaths(nameAdmin: ERef, paths: string[][]): Promise; export function reserveThenGetNames(nameAdmin: ERef, names: string[]): Promise; export function reserveThenDeposit(debugName: string, namesByAddressAdmin: ERef, addr: string, payments: ERef[]): Promise; export function makeInstallCache(homeP: Promise<{ scratch: ERef; }>, { installCacheKey, loadBundle }: { loadBundle: (specifier: string) => Promise<{ default: Bundle; }>; installCacheKey?: string | undefined; }): Promise<{ wrapInstall: (install: any) => (mPath: any, bPath: any, opts: any) => Promise; saveCache: () => Promise; }>; export function oracleBrandFeedName(inBrandName: any, outBrandName: any): string; export function scaledPriceFeedName(issuerName: any): string; /** @type {(name: string) => string} */ export const sanitizePathSegment: (name: string) => string; export function provideRetiredInstances(consume: Promise, produce: Producer): Promise; import type { MapStore } from '@agoric/store'; //# sourceMappingURL=utils.d.ts.map