import * as p_di from "../../../interface/data.js"; import { type Command_Promise } from "../../../interface/__internal/command/Command_Promise.js"; import { type Command_Interface } from "../../../interface/__internal/command/Command_Interface.js"; export default function (handler: ($: Dynamic_Parameters) => Command_Promise): Command_Interface;