import { TagLengthString } from './base/tag-length-string'; export type GlobalUniqueIdObjectType = { bakongAccountID: string; acquiringBank?: string; merchantID?: string; accountInformation?: string; isMerchant: boolean; }; export declare class GlobalUniqueIdentifier extends TagLengthString { constructor(tag: string, obj: GlobalUniqueIdObjectType); }