import type { Preset } from '../types.js'; import type { ModeTokenState, OverrideCatalogQueries, OverrideDiagnostic, PackageTokenExpression, SelectionId, ThemeSelections } from './contracts.js'; export interface SelectionExpressionExpansion { readonly expressions: ModeTokenState; readonly diagnostics: readonly OverrideDiagnostic[]; } export declare function expandSelectionExpressions(selectionId: SelectionId, value: ThemeSelections[SelectionId], preset: Preset, catalogs: OverrideCatalogQueries): SelectionExpressionExpansion; //# sourceMappingURL=recipeEngine.d.ts.map