/** * Purpose: Self-contained extraction fallbacks used when content scripts are unavailable. * Why: Keep fallback script implementations centralized and reusable across command handlers. * Docs: docs/features/feature/interact-explore/index.md */ export declare function readableFallbackScript(): Record; export type FallbackScript = () => Record; export declare const FALLBACK_SCRIPTS: Record; //# sourceMappingURL=content-fallback-scripts.d.ts.map