type FullConsecutiveProps = {
    consecutiveIdentifier: string;
    documentType?: string;
    branch?: string;
    terminal?: string;
};
export declare class FullConsecutive {
    private props;
    get value(): string;
    constructor(props: FullConsecutiveProps);
    static create(props: FullConsecutiveProps): FullConsecutive;
}
export {};
