export declare const isValidLabel: (label: string) => boolean;
export declare const getUTF8StringLength: (label: string) => number;
export declare const isSubString: (term: string, string: string, caseSensitive?: boolean) => boolean;
