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