/** * Remix Framework Extractor * * Extracts data from Remix applications via window.__remixContext. */ import type { FrameworkExtractionResult } from './types.js'; /** * Extract data from Remix __remixContext */ export declare function extractRemixData(html: string): FrameworkExtractionResult | null; //# sourceMappingURL=remix-extractor.d.ts.map