export declare const getProductsState: (state: any) => any; export declare const getAllProductsState: import("reselect/*").OutputSelector any>; export declare const getAllProductsList: import("reselect/*").OutputSelector unknown[]>; export declare const getIsProductsFetched: import("reselect/*").OutputSelector { activeFetched: any; draftFetched: any; }>; export declare const getSuggestedListState: import("reselect/*").OutputSelector any>; export declare const getRecentProductListState: import("reselect/*").OutputSelector any>; export declare const getFilterSuggest: import("reselect/*").OutputSelector any>; export declare const getUserCollection: import("reselect/*").OutputSelector any>;