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