export declare class IsinDetectorHelper { static isIsin(str: string): boolean; private static matchExact; }