import { LabelIndex } from './LabelIndex';
export declare type LabelsGetResponse = {
    labels?: LabelIndex;
};
