import { IGameSummary } from "../interfaces"; import { IGetGamesOptions } from "../interfaces/get-games-options.interface"; import { IGameDetails } from "../interfaces/game-details.interface"; export declare class CriticAPIHelper { private static readonly GATEWAY_API_URL; private static readonly CONSTANT_PAGE_SIZE; static getAllGamesWithOptions(getOptions: IGetGamesOptions): Promise>; static getGameById(id: number): Promise; private static _getRequest; private static _getPlatformsQueryString; } //# sourceMappingURL=critic-api.helper.d.ts.map