export interface ResolvedS3Endpoint {
    url: string;
    host: string;
    useSSL: boolean;
    forcePathStyle: boolean;
}
export declare function resolveCustomS3Endpoint(endpoint: string, forcePathStyleConfig: boolean | undefined): ResolvedS3Endpoint;
//# sourceMappingURL=cloud-endpoint.d.ts.map