export declare const maxLabelLength = 32;
export declare function validLabel(label: string): boolean;
