export * from "./base";
export { infinity, nan } from "./core-math";
export declare function schemeToString(x: any): string;
