import type { Pluggable } from "@smithy/types"; import type { S3ControlResolvedConfig } from "../configurations"; export declare const getProcessArnablesPlugin: (options: S3ControlResolvedConfig) => Pluggable;