import { Environment } from "../environment"; /** * * @param env - */ export declare function registerBuiltin(env: Environment): void;