import { type AppId, type UIPayload } from "@vendoai/core"; /** Park what this paint looks like. Re-inserted rather than overwritten, because * `set` on a live key does not reorder: without the delete the entry evicted is * the first build to start, which on a busy process is the one still running. */ export declare const recordForming: (appId: AppId, payload: UIPayload) => void; /** The geometry this app last painted, or undefined if it has not painted in * this process. */ export declare const formingTreeOf: (appId: AppId) => UIPayload | undefined; //# sourceMappingURL=forming.d.ts.map