import { AwsService } from '../services.js';
import { 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<any>[];
//# sourceMappingURL=indexMap.d.ts.map