import { S3 } from "@aws-sdk/client-s3"; export declare const S3_OPTION: { accessKeyId: string; secretAccessKey: string; endpoint: string; region: string; domain: string; auth: string; forcePathStyle: boolean; acl: string | number; proxy: string; }; export declare const S3_INFO: { BUCKET: string; }; export declare const S3_FOLDERS: { DEFAULT: string; TICKET: string; PRIVATES: string; }; export declare const S3_ACL_OPTIONS: { [x: string]: string; }; export declare const s3: S3;