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