export type SettingsMap = Map; export type TransactionHandler = () => T; export type SettingsTransactionHandler = (settings: SettingsMap) => T;