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