import { IndexDefinition } from "../IndexDefinition"; import { IndexSourceType } from "../IndexSourceType"; export declare class CountersIndexDefinition extends IndexDefinition { get sourceType(): IndexSourceType; }