import type { Platform } from '../../types.js'; export declare function runBrownieCodegenIfApplicable(projectRoot: string, platform: Platform): Promise<{ hasBrownie: boolean; }>; //# sourceMappingURL=runBrownieCodegenIfApplicable.d.ts.map