import { Program } from "../programs/base";
export declare function getEntrypoint(program: Program): string;
