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