/** Etapa 2: label / bottle tracking. */
export function isTrackingReady(): boolean {
  return false;
}
