import { IMAccount } from '../types/models.js'; declare function useIMAccount(accountId: string): IMAccount | undefined; export { useIMAccount }; //# sourceMappingURL=useIMAccount.d.ts.map