/**
 * @import { Source, Word } from "@helios-lang/compiler-utils"
 */
/**
 * The entrypoint module
 */
export class MainModule extends Module {
    /**
     * @type {FuncStatement}
     */
    get mainFunc(): FuncStatement;
}
import { Module } from "./Module.js";
import { FuncStatement } from "../statements/index.js";
//# sourceMappingURL=MainModule.d.ts.map