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