import { type Instance } from '../setup';
export interface uploadInit {
    changeInit?: EventInit;
}
export declare function upload(this: Instance, element: HTMLElement, fileOrFiles: File | File[]): Promise<void>;
