import type { ExtractorConfig } from '../../extractor/types.js'; import type { TurbopackLoaderContext } from '../types.js'; export default function extractionLoader(this: TurbopackLoaderContext, source: string): void;