export declare class DocStoreESIndexDeleteOperationResponse { getESIndexName(): string getErrorMessage(): string getSuccessMessage(): string isSuccessful(): boolean constructor() }