UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

8 lines 542 B
import { Destination, MessageClient, RequiredMessageOptions } from "../../spi/message/MessageClient"; import { MessageClientSupport } from "../../spi/message/MessageClientSupport"; export declare class DebugMessageClient extends MessageClientSupport implements MessageClient { delete(destinations: Destination | Destination[], options: RequiredMessageOptions): Promise<void>; protected doSend(message: any): Promise<void>; } export declare const debugMessageClient: DebugMessageClient; //# sourceMappingURL=DebugMessageClient.d.ts.map