import { TypeLibrary } from "./library";
/**
 * The builtin datatype library.
 */
export declare const builtin: TypeLibrary;
