/** * Internal. Sets the SLAPreferences path prefix to use in plugins. * Format should be "/admin", i.e. leading "/", no trailing "/". * @param prefix prefix * @private */ export declare const setSlaPreferencesPathPrefix: (prefix: string) => void; export declare const slaPreferencesPath: (subpath?: string) => string; export declare const shortTimeCurrentLocaleFormatter: (time: string) => string;