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