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