import type { RestrictionFn } from '../../types'; export declare const restrictFileType: (accept: string[]) => RestrictionFn;