import type { StructuralReadingFreshness, StructuralReadingPort, StructuralReadingResidualPosture } from "../ports/structural-reading.js"; import { type EchoStructuralHistoryClient } from "./structural-history-client.js"; export interface CreateEchoStructuralReadingPortOptions { readonly basisId?: string; } interface MappedPosture { readonly freshness: StructuralReadingFreshness; readonly residualPosture: StructuralReadingResidualPosture; } export declare const OBSTRUCTION_POSTURE: Readonly>; export declare function createEchoStructuralReadingPort(client: EchoStructuralHistoryClient, options?: CreateEchoStructuralReadingPortOptions): StructuralReadingPort; export {}; //# sourceMappingURL=structural-reading-adapter.d.ts.map