import { Paginator } from "@smithy/types"; import { GetTraceGraphCommandInput, GetTraceGraphCommandOutput, } from "../commands/GetTraceGraphCommand"; import { XRayPaginationConfiguration } from "./Interfaces"; export declare const paginateGetTraceGraph: ( config: XRayPaginationConfiguration, input: GetTraceGraphCommandInput, ...rest: any[] ) => Paginator;