import { Run } from '../../paragraph/run';
export declare class SequentialIdentifier extends Run {
    constructor(identifier: string);
}
