import type { AndroidProjectConfig, IOSProjectConfig } from '@react-native-community/cli-types'; /** * Helper function to mutate the user config paths in place to be relative to the project root * @param projectRoot The path to the project root directory * @param userConfig User configuration from the RNC CLI */ export declare function makeRelativeProjectConfigPaths(projectRoot: string, userConfig: UserConfig): void; /** * Helper function to find RN project root by recursively looking for a package.json in the parent directories * @returns The path to the project root directory */ export declare function findProjectRoot(): string; //# sourceMappingURL=paths.d.ts.map