import type { Context } from './ctx'; export declare function run(): Promise; export declare function runProgram(ctx: Context): void;