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