//#region src/routing/account-lookup.d.ts declare function resolveAccountEntry(accounts: Record | undefined, accountId: string): T | undefined; declare function resolveNormalizedAccountEntry(accounts: Record | undefined, accountId: string, normalizeAccountId: (accountId: string) => string): T | undefined; //#endregion export { resolveNormalizedAccountEntry as n, resolveAccountEntry as t };