export interface Stats { decodingTime: number; encodingTime: number; tracingTime: number; untraceable: number; }