import type { PrinterRegistry } from "./usePrinterRegistry";
/** Side effects owned by the provider: heartbeats, retry flush, optional logging. */
export declare function usePrinterRegistryEffects(registry: PrinterRegistry, isDebugMode?: boolean, testMode?: boolean): void;
