/** * Id of an execution context. * * @export */ export declare type ExecutionContextId = number;