import { TabConnection } from './tab-registry.js'; /** * Format tab details into a consistent structure for API responses */ export declare function formatTabDetail(tab: TabConnection): any; //# sourceMappingURL=tab-utils.d.ts.map