import { LiveCompactionConfig } from "../config/schema.mjs"; import { ParsedCompactInstructions, PresetMatchResult } from "../types.mjs"; //#region src/preset/matching.d.ts declare function parseCompactInstructions(text?: string): ParsedCompactInstructions; declare function resolvePresetMatch(config: LiveCompactionConfig, query: string): PresetMatchResult; //#endregion export { parseCompactInstructions, resolvePresetMatch }; //# sourceMappingURL=matching.d.mts.map