import type { Paginator } from "@smithy/types"; import { DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput } from "../commands/DescribeSnapshotCopyGrantsCommand"; import { RedshiftPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeSnapshotCopyGrants: (config: RedshiftPaginationConfiguration, input: DescribeSnapshotCopyGrantsCommandInput, ...rest: any[]) => Paginator;