import { YcfStorageCallbackType } from "../types/ycf-storage-callback.type"; import { YcfStorageAnyActionType } from "../types/ycf-storage-any-action.type"; import { YcfStorageS3optionsType } from "../types/ycf-storage-s3options.type"; export declare const YcfStorageActionHandlerService: (actions: YcfStorageAnyActionType[], callbackData?: YcfStorageCallbackType | null, s3options?: YcfStorageS3optionsType) => Promise; //# sourceMappingURL=ycf-storage-action-handler.service.d.ts.map