import type { Paginator } from "@smithy/types";
import { GetInventoryCommandInput, GetInventoryCommandOutput } from "../commands/GetInventoryCommand";
import type { SSMPaginationConfiguration } from "./Interfaces";
/**
 * @public
 */
export declare const paginateGetInventory: (config: SSMPaginationConfiguration, input: GetInventoryCommandInput, ...rest: any[]) => Paginator<GetInventoryCommandOutput>;
