import { type AwsService } from '../services.js'; import { type Indexer } from './indexer.js'; /** * Get the indexers for a given AWS service. * * @param awsService the AWS service to get the indexers for * @returns An array of indexers that are for the specified service. */ export declare function getIndexersForService(awsService: AwsService): Indexer[]; //# sourceMappingURL=indexMap.d.ts.map