import type { UmbStaticFilePickerModalData, UmbStaticFilePickerModalValue } from '../../modals/index.js'; import type { UmbStaticFileItemModel } from '../../types.js'; import { UmbPickerInputContext } from '../../../core/picker-input/index.js'; import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; export declare class UmbStaticFilePickerInputContext extends UmbPickerInputContext { #private; constructor(host: UmbControllerHost); protected _requestItemName(unique: string): Promise; }