/**
 * Verifies whether the file is within the file upload size limits for the site.
 *
 * @param file              File object.
 * @param maxUploadFileSize Maximum upload size in bytes allowed for the site.
 */
export declare function validateFileSize(file: File, maxUploadFileSize?: number): void;
//# sourceMappingURL=validate-file-size.d.ts.map