export default class ActorId { private readonly id; constructor(id: string); static createRandomId(): ActorId; getId(): string; getURLSafeId(): string; toString(): string; }