/** * Normalizes timestamp inputs to unix milliseconds. * Expects: value is a unix ms number or an ISO string. */ export declare function agentTimestampGet(value?: number | string): number; //# sourceMappingURL=agentTimestampGet.d.ts.map