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