import type { Paginator } from "@smithy/types"; import { GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput } from "../commands/GetResourceShareInvitationsCommand"; import type { RAMPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetResourceShareInvitations: (config: RAMPaginationConfiguration, input: GetResourceShareInvitationsCommandInput, ...rest: any[]) => Paginator;