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