import type { Paginator } from "@smithy/types"; import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "../commands/BatchGetTracesCommand"; import type { XRayPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateBatchGetTraces: (config: XRayPaginationConfiguration, input: BatchGetTracesCommandInput, ...rest: any[]) => Paginator;