import { GuardFunction } from "../utils/types";
export default function onBeforeModalClose(callback: GuardFunction): void;
