export declare function listDatabaseIndexes(): void; export declare function listIndexesForCertainCollections(collections: string[]): Promise; export declare function printCollectionIndexes(collection: string): Promise; //# sourceMappingURL=listDatabaseIndexes.d.ts.map