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