import { GenericFacade } from "../../types";
export * as LifeFlagV1 from "./LifeFlagV1.js";
declare const LifeFlag: GenericFacade;
export default LifeFlag;
