/** * Make sure any symlinks in the project folder are resolved: * https://github.com/facebookincubator/create-react-app/issues/637 */ declare const rootPath: string; declare const buildPath: string; declare const sourcePath: string; export { rootPath, buildPath, sourcePath }; //# sourceMappingURL=paths.d.ts.map