import { AccountsState } from '../store/accounts.reducer.js'; export declare const useAccounts: () => AccountsState; export declare const useAccountSelector: (selector: (accounts: AccountsState) => T) => T;