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