import type { RestrictionFn } from '../../types'; export declare const restrictFileMaxSize: (formatSizeToView: (size: number) => string, maxSize?: number) => RestrictionFn;