export declare type ReportType = {
    id: number;
    type: string;
    description: string;
    stampCreated: string;
    uri: string;
};
export declare type AccountReportsType = ReportType[];
//# sourceMappingURL=AccountReportsType.d.ts.map