export declare function recordCleanupIntent(appRoot: string, input: { readonly ownerPid: number; readonly runId: string; }): Promise<() => Promise>; export declare function reconcileCleanupIntents(appRoot: string): Promise;