export declare function resolveAccountEntry(accounts: Record | undefined, accountId: string): T | undefined; export declare function resolveNormalizedAccountEntry(accounts: Record | undefined, accountId: string, normalizeAccountId: (accountId: string) => string): T | undefined;