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