export declare type GetPopularStocksConfigType = {
    popularOnly?: boolean;
    requireTotal?: boolean;
    offset?: number;
    limit?: number;
};
//# sourceMappingURL=GetPopularStocksConfigType.d.ts.map