import { ResolvedSettingsModel, SettingsRuntimeFacts, SettingsSurfaceDefinition } from './settings-surface-types.js'; export { projectAuthorizationSnapshot } from './settings-surface-facts.js'; export declare function resolveSettingsModel(input: { definitions: readonly SettingsSurfaceDefinition[]; facts: SettingsRuntimeFacts; requestedPath?: string; requestedView?: string; }): ResolvedSettingsModel;