export declare type ExploreFeedData = {
    orderType: number;
    page: number;
};
