import { IndexPriority, IndexState } from "./Enums.js";
export declare abstract class IndexDefinitionBase {
    name: string;
    priority: IndexPriority;
    state: IndexState;
}
//# sourceMappingURL=IndexDefinitionBase.d.ts.map