import type { Result, Token } from "./types.js"; /** Tokenizes the given module. */ export declare function tokenizeModule(code: string, modulePath: string, keepComments?: "keep-comments"): Result; //# sourceMappingURL=tokenizer.d.ts.map