/** * Re-usable documentation string for commands that establish an interactive SSH * session. */ export declare const sshWrapperDocumentation: string; /** * Re-usable documentation string for commands that rely on SSH connections, but * in which the SSH connection itself is not the primary feature. */ export declare const sshUsageDocumentation: string;