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