import { PathOsBased } from '../path';
export default function createSymlinkOrCopy(srcPath: PathOsBased, destPath: PathOsBased, componentId?: string | null | undefined): void;
