export interface TccSingleton {
    init(): void;
    reset(): void;
}
