export declare const addressSelector: import("reselect").OutputSelector, string, (res: import("reduxStore/slices").AccountInfoSliceType) => string>; export declare const accountSelector: import("reselect").OutputSelector, import("../../types").AccountType, (res1: import("reduxStore/slices").AccountInfoSliceType, res2: string) => import("../../types").AccountType>; export declare const accountInfoSelector: import("reselect").OutputSelector, { account: import("../../types").AccountType; address: string; shard?: number | undefined; publicKey: string; ledgerAccount: import("reduxStore/slices").LedgerAccountType | null; walletConnectAccount: string | null; isAccountLoading: boolean; websocketEvent: { timestamp: number; message: string; } | null; accountLoadingError: string | null; }, (res1: import("reduxStore/slices").AccountInfoSliceType, res2: import("../../types").AccountType) => { account: import("../../types").AccountType; address: string; shard?: number | undefined; publicKey: string; ledgerAccount: import("reduxStore/slices").LedgerAccountType | null; walletConnectAccount: string | null; isAccountLoading: boolean; websocketEvent: { timestamp: number; message: string; } | null; accountLoadingError: string | null; }>; export declare const accountBalanceSelector: import("reselect").OutputSelector, string, (res: import("../../types").AccountType) => string>; export declare const accountNonceSelector: import("reselect").OutputSelector, number, (res: import("../../types").AccountType) => number>; export declare const shardSelector: import("reselect").OutputSelector, number | undefined, (res: import("reduxStore/slices").AccountInfoSliceType) => number | undefined>; export declare const ledgerAccountSelector: import("reselect").OutputSelector, import("reduxStore/slices").LedgerAccountType | null, (res: import("reduxStore/slices").AccountInfoSliceType) => import("reduxStore/slices").LedgerAccountType | null>; export declare const walletConnectAccountSelector: import("reselect").OutputSelector, string | null, (res: import("reduxStore/slices").AccountInfoSliceType) => string | null>; export declare const isAccountLoadingSelector: import("reselect").OutputSelector, boolean, (res: import("reduxStore/slices").AccountInfoSliceType) => boolean>; export declare const isAccountLoadingErrorSelector: import("reselect").OutputSelector, string | null, (res: import("reduxStore/slices").AccountInfoSliceType) => string | null>; export declare const websocketEventSelector: import("reselect").OutputSelector, { timestamp: number; message: string; } | null, (res: import("reduxStore/slices").AccountInfoSliceType) => { timestamp: number; message: string; } | null>; //# sourceMappingURL=accountInfoSelectors.d.ts.map