export declare class UmbId { static new(): string; static validate(id: string): boolean; }