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