import type { PlannedJob } from './transaction'; export declare function applyCoalesceOwnerPolicy(planned: PlannedJob[]): PlannedJob[];