import { ActionInterface } from './constants';
/**
* Configures SSH for the workflow.
*/
export declare function configureSSH(action: ActionInterface): Promise<void>;