import { ApiService } from '../core/ApiService'; export declare class StoryBestService { private api; constructor(api: ApiService); getCurrentWinners(): any; getPreviousWinners(weeksAgo: any): any; post(id: any, place: any): any; }