import { Token } from './token.js'; /** * Lexical analyser * * @param text - The raw comment to analyse * * @yields The next token */ export declare function tokens(text: string): Generator; //# sourceMappingURL=scanner.d.ts.map