import { Provider, RelativeMiddlewareOptions, SerializeMiddleware, } from "@smithy/types"; export interface UpdateArnablesRequestMiddlewareConfig { isCustomEndpoint?: boolean; useFipsEndpoint: Provider; } export declare const updateArnablesRequestMiddleware: ( config: UpdateArnablesRequestMiddlewareConfig ) => SerializeMiddleware; export declare const updateArnablesRequestMiddlewareOptions: RelativeMiddlewareOptions;