export interface JavaStatusOptions {
    timeout?: number;
    enableSRV?: boolean;
}
