export declare type Label = {
    label?: string;
    create_time?: string;
    change_time?: string;
    relations?: Array<any>;
    status?: string;
};
