import { Label } from './Label';
export declare type LabelGetResponse = {
    label?: Label;
};
