import type { Fork, RecoilTaskInterface } from '../types';
export declare const createFork: (parentId: number, recoil: Omit<RecoilTaskInterface, 'fork'>) => Fork;
