/** * openlore drift — programmatic API * * Detects spec drift: finds code changes not reflected in specs. * Never controls the process and is console-silent by default. */ import type { DriftResult } from '../types/index.js'; import type { DriftApiOptions } from './types.js'; export declare function openloreDrift(options?: DriftApiOptions): Promise; //# sourceMappingURL=drift.d.ts.map