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