import { Report } from './report'; export declare class PortalReport { id: { portalId: number; reportId: number; }; report: Report; userPolicy: number; }