/**
 * This file is part of the NocoBase (R) project.
 * Copyright (c) 2020-2024 NocoBase Co., Ltd.
 * Authors: NocoBase Team.
 *
 * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
 * For more information, please refer to: https://www.nocobase.com/agreement.
 */
export declare const FILE_FIELD_NAME = "file";
export declare const LIMIT_FILES = 1;
export declare const FILE_SIZE_LIMIT_MIN = 1;
export declare const FILE_SIZE_LIMIT_MAX: number;
export declare const FILE_SIZE_LIMIT_DEFAULT: number;
export declare const STORAGE_TYPE_LOCAL = "local";
export declare const STORAGE_TYPE_ALI_OSS = "ali-oss";
export declare const STORAGE_TYPE_S3 = "s3";
export declare const STORAGE_TYPE_TX_COS = "tx-cos";
