export declare class DecisionEntry { readonly ts: string; readonly command: string; readonly path: string; readonly projection: string; readonly reason: string; readonly lines: number; readonly bytes: number; readonly estimatedBytesAvoided?: number | undefined; readonly sessionDepth?: string | undefined; readonly tripwire?: string | null | undefined; constructor(fields: { readonly ts: string; readonly command: string; readonly path: string; readonly projection: string; readonly reason: string; readonly lines: number; readonly bytes: number; readonly estimatedBytesAvoided?: number | undefined; readonly sessionDepth?: string | undefined; readonly tripwire?: string | null | undefined; }); } //# sourceMappingURL=types.d.ts.map