export declare class IBugReport { id: string; consumerId: string; osName: string; browserName: string; windowHeight: number; windowWidth: number; contactEmail: string; message: string; createdAt: string; }