import { type Plugin } from "@opencode-ai/plugin"; export declare const LoggerPlugin: Plugin; export default LoggerPlugin; export declare const __test: { expandTemplate: (value: string, projectDir: string, dateOverride?: string) => string; buildLoggerEvent: (eventName: string, input: { sessionID: string; parentSessionID: string | null; taskID?: string | null; agent?: string; payload?: Record; }) => Record; toMilliseconds: (timestamp: number) => number; settingsFilePaths: (projectDir: string) => { global: string; project: string; }; }; //# sourceMappingURL=index.d.ts.map