import { AssetConfig } from "./AssetConfig"; import { MintId } from "./MintId"; import { ReserveId } from "./ReserveId"; export declare class AssetContext { private readonly cache; private readonly bySymbol; private readonly byReserveId; private constructor(); static index(configs: AssetConfig[]): AssetContext; getAllConfigs(): AssetConfig[]; findConfig(mintId: MintId): AssetConfig; findConfigBySymbol(symbol: string): AssetConfig; findConfigByReserveId(reserveId: ReserveId): AssetConfig; } //# sourceMappingURL=AssetContext.d.ts.map