import { Segment } from '../segment';
import { ValueStorageInterface } from '../lib/interfaces';
export declare class SessionUUID extends Segment {
    constructor(visitor: ValueStorageInterface);
    get value(): string;
    setValue(value?: any): void;
    reset(): void;
    private generateUUID;
}
//# sourceMappingURL=sessionUUID.d.ts.map