import { DialogHandle } from "../dialog/store/DialogHandle.js";
export declare function createAlertDialogHandle<Payload>(): DialogHandle<Payload>;