export declare type ConstructorProps = { host: string; port: number; encoding?: string; }; export declare type Connection = { response?: string; status?: number; };