import type { Paginator } from "@smithy/types"; import { BatchGetSecretValueCommandInput, BatchGetSecretValueCommandOutput } from "../commands/BatchGetSecretValueCommand"; import type { SecretsManagerPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateBatchGetSecretValue: (config: SecretsManagerPaginationConfiguration, input: BatchGetSecretValueCommandInput, ...rest: any[]) => Paginator;