/** Configure the freshly constructed built-in Vercel World before installation. */
export declare function applyVercelWorkflowWorldDefaults(world: {
    streamFlushIntervalMs?: number;
}): void;
