import { RetryOptions } from "@itwin/object-storage-core";
import { GoogleTransferConfig } from "../../common/Interfaces";
import { GoogleStorageConfig } from "./GoogleStorageConfig";
import { StorageWrapper } from "./StorageWrapper";
export declare class StorageWrapperFactory {
    private readonly _retryOptions;
    constructor(_retryOptions?: RetryOptions);
    createDefaultApplication(config: GoogleStorageConfig): StorageWrapper;
    createFromToken(transferConfig: GoogleTransferConfig): StorageWrapper;
}
//# sourceMappingURL=StorageWrapperFactory.d.ts.map