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