import type { Parser } from "./types.js";
/**
 * TemplateParser is an implementation of the Parser interface that parses
 * WGSL template files and converts raw content into structured segments.
 * It identifies preprocessor directives, comments, and raw text segments.
 */
export declare const parser: Parser;
//# sourceMappingURL=parser-impl.d.ts.map