export declare class UpsertLabelDto {
    name?: string;
    color?: number;
}
