/** * Infrastructure example data – same shape as React BACKUP_INFRASTRUCTURE_DATA. */ import type { Row } from "../../../src/index"; export declare const INFRASTRUCTURE_DATA: Row[];