/**
 * Rust Parser Adapter
 *
 * Tier 1 regex-based parser for Rust source files.
 * Extracts structs, enums, traits, impl blocks, functions,
 * methods, type aliases, constants, macros, and use statements.
 *
 * @see TRL-7
 */
import type { ParserAdapter } from './types.js';
export declare const rustParser: ParserAdapter;
//# sourceMappingURL=rust-parser.d.ts.map