(options: LocaLKernelSessionCreationOptions)
| 64 | export const IRawKernelSessionFactory = Symbol('IRawKernelSessionFactory'); |
| 65 | export interface IRawKernelSessionFactory { |
| 66 | create(options: LocaLKernelSessionCreationOptions): Promise<IRawKernelSession>; |
| 67 | } |
no outgoing calls