import type { Writable } from 'node:stream';
import { type Lsn } from '../common/lsn.js';
declare const sendStandbyStatusUpdate: (stream: Writable, getLastAcknowledgedLsn: () => Lsn) => () => void;
export { sendStandbyStatusUpdate };
