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