import { TccSingleton } from '../../../core/models/tcc-singleton.model';
import { LocaleService } from '../../../core/services/tcc-locale/tcc-locale.service';
export declare class TccGetDateFormatStringService implements TccSingleton {
    private localeService;
    constructor(localeService: LocaleService);
    init(): void;
    reset(): void;
    private clarcDateFormatString;
    getClarcDateFormatString(): string;
}
