import type { ExtensionFactory } from "@ch1nyzzz/pi-coding-agent"; import { type EvoPaths } from "../paths.ts"; export declare function isDurablePreferenceInstruction(text: string): boolean; export interface RecorderExtensionOptions { root?: string; paths?: EvoPaths; bundleDigest?: string; artifactThresholdBytes?: number; previewCharacters?: number; gitDiffTimeoutMs?: number; now?: () => Date; onError?: (error: unknown) => void; } export declare function createRecorderExtension(options?: RecorderExtensionOptions): ExtensionFactory; //# sourceMappingURL=extension.d.ts.map