import type { Child, FunctionMaybe, ObservableReadonly } from '../types'; export declare const KeepAlive: ({ id, ttl, children }: { id: FunctionMaybe; ttl?: FunctionMaybe; children: Child; }) => ObservableReadonly; //# sourceMappingURL=keep_alive.d.ts.map