import type { PortShareSummary } from "../types.js"; import type { PortShareRow } from "./portShareSelection.js"; export declare function asPortShare(row: PortShareRow): PortShareSummary; //# sourceMappingURL=asPortShare.d.ts.map