import { DbosSdkRuntime, type DbosWorkflowRegistry } from "./dbos-bridge.js";
/** Bind the structural Lane C bridge to the pinned DBOS TypeScript SDK. */
export declare function createNativeDbosRuntime(registry: DbosWorkflowRegistry): DbosSdkRuntime;
export declare function getNativeDbosWorkflowResult<T>(workflowId: string, timeoutSeconds?: number): Promise<T | null>;
//# sourceMappingURL=native.d.ts.map