import { Command } from "../public/structures/slashServiceCommand.js"; export declare function slashModelAdapter(command: Command): { data: any; execute: any; }; //# sourceMappingURL=slashModelAdapter.d.mts.map