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