export declare const updateSettingsJsonFile: ({ fileContent, settings }: {
    fileContent: Record<string, unknown>;
    settings: Record<string, unknown>;
}) => string;
