import { Paginator } from "@smithy/types"; import { ScanCommandInput, ScanCommandOutput } from "../commands/ScanCommand"; import { DynamoDBPaginationConfiguration } from "./Interfaces"; export declare const paginateScan: ( config: DynamoDBPaginationConfiguration, input: ScanCommandInput, ...rest: any[] ) => Paginator;