export function validateId(id: string): boolean { return id.length > 0; }