import type { Synchronizable } from './types'; export declare function createSynchronizable(initialValue: TValue): Synchronizable; //# sourceMappingURL=synchronizable.native.d.ts.map