/** True for a backend that runs the agent off-box (no local PTY to own). */ export declare function isRemoteBackendId(type: string): boolean; /** True for a CLI whose backend is remote. */ export declare function isRemoteCliId(cliId: string | undefined): boolean; //# sourceMappingURL=remote-cli-ids.d.ts.map