import { IPagination } from 'shared-entities/pagination.entity'; import { IBugReport } from '../../entities/bug.report.entity'; export declare class BugReportsApi { static getBugreports: (page: number, itemsPerPage: number, params?: any) => Promise>>; }