import ComponentHook from '../../component_hook.js'; /** * Intercepts the 4 magic method calls the vendored client JS (assets/livewire.js) * sends for wire:model="file" uploads. Mirrors SupportEvents's _dispatch pattern. * PHP parity: SupportFileUploads */ export declare class SupportFileUploads extends ComponentHook { #private; call(method: string, params: any[], returnEarly?: (value?: any) => void): Promise; }