export declare type ConsoleClient = {
    sendText(text: string): void;
};
//# sourceMappingURL=ConsoleClient.d.ts.map