export declare class AvoStreamId { private _streamId; constructor(streamId?: string); get streamId(): string; }