import type { Paginator } from "@smithy/types"; import { GetImagesCommandInput, GetImagesCommandOutput } from "../commands/GetImagesCommand"; import type { KinesisVideoArchivedMediaPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetImages: (config: KinesisVideoArchivedMediaPaginationConfiguration, input: GetImagesCommandInput, ...rest: any[]) => Paginator;