import type { Paginator } from "@smithy/types"; import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand"; import type { APIGatewayPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetModels: (config: APIGatewayPaginationConfiguration, input: GetModelsCommandInput, ...rest: any[]) => Paginator;