import type { TsEditRequest } from '../../../../types/tsconfig'; export declare const applyTsconfigEdit: (configPath: string, request: TsEditRequest) => { message: string; ok: boolean; };