export declare class ReportStatus {
    policyAction?: string;
    reportHtmlUrl?: string;
    errorMessage?: string;
    isError: boolean;
}
