import type { CommandActionParams, CommandExitParams } from '../../types/CommandAction.js'; import type { LinkOptions } from './types/LinkOptions.js'; import type { SharedOptions } from '../../types/SharedOptions.js'; /** * Handles the remote linking process */ export declare function linkToRemoteSession(params: CommandActionParams): Promise; //# sourceMappingURL=linkToRemoteSession.d.ts.map