import type { ProviderUsageSnapshot } from '../models/response.js'; export declare function usageSnapshotFromSpanAttributes(attributes: Record): ProviderUsageSnapshot; export declare function getNumber(attributes: Record, key: string): number | undefined; //# sourceMappingURL=spanUsageAttributes.d.ts.map