/** * axon send — send a test message to a processor. */ export declare function runSend(pubkey: string, message: string, cwd?: string): Promise; //# sourceMappingURL=send.d.ts.map