export declare type LabelErrorReason = 'INVALID_PREFIX' | 'NAME_INVALID_CHARS' | 'UNKNOWN';
