import { Paginator } from "@smithy/types"; import { GetServiceGraphCommandInput, GetServiceGraphCommandOutput, } from "../commands/GetServiceGraphCommand"; import { XRayPaginationConfiguration } from "./Interfaces"; export declare const paginateGetServiceGraph: ( config: XRayPaginationConfiguration, input: GetServiceGraphCommandInput, ...rest: any[] ) => Paginator;