import { GcloudBase } from "../GcloudBase"; export declare class GcloudDatastoreIndexes extends GcloudBase { commandPrefix: string; create(filename: string): Promise; cleanup(filename: string): Promise; list(): Promise; describe(indexId: string): Promise; }