export interface Statistics {
    readonly dataScannedInBytes?: number;
    readonly executionTimeInSeconds?: number;
}
