import { type OmpSdkProtocolFrame } from './sdk-protocol'; import { SidecarFailure, type OmpAuthStorage, type OmpModelRegistry, type OmpSdkBindings, type OmpSingleResult } from './sdk-sidecar-types'; export declare function bunVersion(): string | undefined; export declare function requireOmpAuthStorage(value: unknown): OmpAuthStorage; export declare function requireOmpModelRegistry(value: unknown): OmpModelRegistry; export declare function requireOmpSingleResult(value: unknown): OmpSingleResult; export declare function loadOmpSdk(): Promise; export declare function runIdFrom(value: unknown): string; export declare function classify(error: unknown): SidecarFailure; export declare function createOmpSdkErrorFrame(runId: string, error: unknown): OmpSdkProtocolFrame; //# sourceMappingURL=sdk-sidecar-runtime.d.ts.map