export declare function isValid(UUID: string): boolean;
export declare function toLongFormUUID(uuid: string, base?: string): string;
