import type { CLIInvocation } from '@struktoai/mirage-core/commands/cli/types'; import type { CommandFnResult } from '@struktoai/mirage-core/commands/config'; export declare function send(inv: CLIInvocation): Promise; //# sourceMappingURL=send.d.ts.map