import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; import type { TemporaryFileConfigurationResponseModel } from '../../backend-api/index.js'; import type { UmbApiResponse } from '../../resources/index.js'; export declare class UmbTemporaryFileConfigServerDataSource { #private; constructor(host: UmbControllerHost); /** * Get the temporary file configuration. * @returns {Promise>} The temporary file configuration */ getConfig(): Promise>; }