import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
export declare function getGroupSshCredentials(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
export declare function updateGroupSshCredentials(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
export declare function getDeviceSshCredentials(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
export declare function updateDeviceSshCredentials(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
