/** * cline adapter — appends the OpenLore instruction block to `.clinerules`. */ import type { Adapter } from './types.js'; export declare const clineAdapter: Adapter; //# sourceMappingURL=cline.d.ts.map