/** * Determines the path to the Hermes compiler binary. * * Defaults to './node_modules/hermes-compiler/hermesc/{os-bin}/hermesc' */ export declare const getHermesCLIPath: (reactNativePath: string) => string;