import { BaseService, BaseRequestOptions } from '../infrastructure'; export declare class IssuesStatistics extends BaseService { all({ projectId, groupId, ...options }?: ({ projectId?: string | number; } | { groupId?: string | number; } | {}) & BaseRequestOptions): Promise; }