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