import type { Driver } from 'neo4j-driver'; import type { LiveSchema } from './push-planner'; /** * Fetch the live constraint/index state for the push planner. Read-only — * runs exactly `SHOW CONSTRAINTS` and `SHOW INDEXES`. */ export declare function fetchLiveSchema(driver: Driver, database?: string): Promise; //# sourceMappingURL=introspect.d.ts.map