import type { CommandContext, PiApi } from "../commands/types.js"; export declare function sendDirective(pi: PiApi, ctx: CommandContext, directive: string): void; //# sourceMappingURL=send-directive.d.ts.map