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