import type { Scope, State } from "../types.js"; export declare function getPackageExtensionState(packageSource: string, extensionPath: string, scope: Scope, cwd: string): Promise; export declare function applyPackageExtensionStateChanges(packageSource: string, scope: Scope, changes: readonly { extensionPath: string; target: State; }[], cwd: string): Promise<{ ok: true; } | { ok: false; error: string; }>; //# sourceMappingURL=settings.d.ts.map