export declare const pathRegex: RegExp;
export declare const hexRegex: RegExp;
export declare const isValidHex: (hex: string) => boolean;
