export interface QueryOptions {
	sessionID?: number,
	enableSRV?: boolean,
	timeout?: number
}