import { FreezeProps } from "./type.mjs";
import { Freeze } from "./Freeze.mjs";
export { FreezeProps, Freeze as default };