import type { Selector } from '../types/internal';
/**
 * Removes all file paths from the specified file upload input.
 */
export declare const clearUpload: (selector: Selector) => Promise<void>;
