import { type FacetType } from '../catalog/catalogFacets.js'; import { type ExecSessionContext } from './assistantSession.js'; export declare function editInstructionFacetRef(cwd: string, current: string, defaultRef: string, ctx: ExecSessionContext): Promise; export declare function editFacetRefList(cwd: string, kind: Extract, current: string[], ctx: ExecSessionContext): Promise; //# sourceMappingURL=facetEditor.d.ts.map