export class StatisticsStub {
    constructor(operation: any);
    start(): void;
    stop(): void;
}
