import { SyncOwner } from "@evolu/common";
/**
 * React Hook for Evolu `useOwner` method.
 *
 * Using an owner means syncing it with its transports, or the transports
 * defined in Evolu config if the owner has no transports defined.
 */
export declare const useOwner: (owner: SyncOwner | null) => void;
//# sourceMappingURL=useOwner.d.ts.map