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