export default interface BootNotificationResponse { status: 'Accepted' | 'Rejected'; currentTime: string; heartbeatInterval: number; }