/** * Updates the `usageTier` field in the hublaunch config file in-place. * Replaces an existing value or inserts the key before the last closing brace. * Returns true if the file was written successfully, false otherwise. */ export declare function updateUsageTierInConfig(projectRoot: string, tier: 'free' | 'pro'): boolean; //# sourceMappingURL=config-writer.d.ts.map