import type { BuiltInLibraryDefinition } from "../interpreter";
declare const LoadLibrary: BuiltInLibraryDefinition;
export default LoadLibrary;
