import type { Dialog } from "./Dialog.js"; export type SeelenCommandTriggerDialogArgs = { dialog: Dialog; }; //# sourceMappingURL=SeelenCommandTriggerDialogArgs.d.ts.map