export declare const TOKENS: {
    readonly AuthService: "AuthService";
    readonly CalendarService: "CalendarService";
    readonly ConfigService: "ConfigService";
    readonly ConfigStorage: "ConfigStorage";
    readonly I18nService: "I18nService";
    readonly PromptService: "PromptService";
};
