import { KernelSpec } from "./kernel"; export declare const kernels: { [name: string]: KernelSpec; };