import type { TokenTree } from '../parser/types.js'; import type { ScopedSegment } from './types.js'; export type { ScopedSegment } from './types.js'; export declare const SUMMARY_BLOCK_SOURCES: Set; export declare function isSummarySource(scope: string): boolean; export declare function extractScopes(tree: TokenTree, _content: string): ScopedSegment[]; //# sourceMappingURL=extractor.d.ts.map