import type { Paginator } from "@smithy/types"; import { QueryGraphCommandInput, QueryGraphCommandOutput } from "../commands/QueryGraphCommand"; import type { DataZonePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateQueryGraph: (config: DataZonePaginationConfiguration, input: QueryGraphCommandInput, ...rest: any[]) => Paginator;