import type { Paginator } from "@smithy/types"; import { GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput } from "../commands/GetVehicleStatusCommand"; import type { IoTFleetWisePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetVehicleStatus: (config: IoTFleetWisePaginationConfiguration, input: GetVehicleStatusCommandInput, ...rest: any[]) => Paginator;