export interface GetFilesFromInputOptions { accept?: string[]; multiple?: boolean; } export declare function getFilesFromInput(options?: GetFilesFromInputOptions): Promise;