/**
 * Locates the Keyman Developer bin folder, checking first if this is running
 * from the source repository (using the presence of the KEYMAN_ROOT environment
 * variable), and if not, checking for the presence of kmconvert.exe in each
 * parent folder recursively until we reach the root of the filesystem.
 * @returns string | null
 */
export declare function getDeveloperBinPath(): string;
//# sourceMappingURL=getDeveloperBinPath.d.ts.map