export declare class TCP {
    static sendTCPMessage(service: any, action: string, resource?: string, payload?: any): Promise<any>;
}
