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