import { XmlComponent } from "../../../file/xml-components";
export declare class SequentialIdentifierInstruction extends XmlComponent {
    constructor(identifier: string);
}
