export declare class CameraStreakData {
    max_streak: number;
    min_streak_date?: string;
    max_streak_date?: string;
}
