import { RuntimeContext } from './context';
export declare function handleRejections(handler: any): void;
export declare function createContext(target: any, type: any): RuntimeContext;
export declare function getContext(target: any): RuntimeContext;
export declare function runProgram(program: any, context?: RuntimeContext): Promise<any>;
