export declare const TOKEN_COST_LEDGER_SCHEMA: 'doppler.token-cost-ledger/v1'; export declare function isExecutionObservationRequested( runtimeConfig: Record ): boolean; export declare function buildTokenCostLedger(options: { metrics: Record; identity?: Record; device?: Record | null; browser?: Record | null; }): Record; export declare function classifyTokenCostLedger( ledger: Record, policy: Record ): { dominantWall: string; classifiedGpuMs: Array<{ wall: string; gpuMs: number }>; prescribedExperiments: string[]; };