import type { Child, FunctionMaybe, ObservableReadonly } from '../types'; declare const KeepAlive: ({ id, ttl, children }: { id: FunctionMaybe; ttl?: FunctionMaybe | undefined; children: Child; }) => ObservableReadonly; export default KeepAlive;