import { YcfStorageS3optionsType } from "../../types/ycf-storage-s3options.type"; import { S3InstanceWithBucket } from "../../types/s3-instance-with-bucket.type"; export declare const globalRefS3Service: { set: (s3options?: YcfStorageS3optionsType) => void; get: () => S3InstanceWithBucket; }; //# sourceMappingURL=global-ref-s3.service.d.ts.map