/** * Lazy dynamic imports for dev-only modules * * Centralizes dynamic import() calls so they aren't copy-pasted across * multiple UI files. The import() is deferred to avoid loading dev code * in production startup. */ export declare const loadSnapshotFunctions: () => Promise; export declare const loadDebugFunctions: () => Promise; //# sourceMappingURL=dev-imports.d.ts.map