import type { Device } from './types.js'; export declare function needsReliableUpdate(device: Device): boolean; export declare function getWriteBarrierMs(device: Device): number;