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