export default function symlinkAll(folderThatExists: string, folderToCreate: string, options?: { except?: string[]; }): void;