export declare const getState: (state: any) => any; export declare const getData: (state: any) => any; export declare const getLoading: (state: any) => any; export declare const getError: (state: any) => any; export declare const isFetchingCredits: (state: any) => boolean; export declare const getCredits: (state: any, address: string) => any;