import { TagLengthString } from './base/tag-length-string'; export declare class TransactionCurrency extends TagLengthString { constructor(tag: string, value?: string); }