import { Runtime } from '@spwashi/spw'; declare type Concept = { label: string; src: string; }; export declare const initializeRuntime: () => Runtime; export declare function loadConcept({ label, src }: Concept, runtime: Runtime): Promise | import("@spwashi/spw/constructs/ast/abstract/item").SpwItem[] | null>; export {};