import { Paginator } from "@smithy/types"; import { GetStatementResultV2CommandInput, GetStatementResultV2CommandOutput, } from "../commands/GetStatementResultV2Command"; import { RedshiftDataPaginationConfiguration } from "./Interfaces"; export declare const paginateGetStatementResultV2: ( config: RedshiftDataPaginationConfiguration, input: GetStatementResultV2CommandInput, ...rest: any[] ) => Paginator;