/** * Gatsby Framework Extractor * * Extracts data from Gatsby applications via various script patterns. */ import type { FrameworkExtractionResult } from './types.js'; /** * Extract data from Gatsby applications */ export declare function extractGatsbyData(html: string): FrameworkExtractionResult | null; //# sourceMappingURL=gatsby-extractor.d.ts.map