declare const _default: {
    new (apiKey: string): {
        apiKey: string;
        getStats(query: string[], game: string): {
            data: null;
            error: null;
        };
    };
};
export = _default;
