export declare type ConnectionResource = { label?: any; username: string; password: string; hostname: string; privateKey: string; }; //# sourceMappingURL=connection-typings.d.ts.map