export declare class JacksonIndex {
    id: number;
    key: string;
    storeKey: string;
}
