import type { MutableModule, Result, Token } from "./types.js"; /** Runs syntactic analysis on a module. */ export declare function parseModule(tokens: readonly Token[], modulePath: string): Result; /** Returns a uint32 hash of the given string. */ export declare function simpleHash(input: string): number; //# sourceMappingURL=parser.d.ts.map