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