export declare const UPLOADER_CONFIG: {
    REQUEST_HASH_URL: () => string;
    UPLOAD_URL_PREFIX: string;
    UPLOAD_FILE_KEY: string;
};
