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