/** Parse an explicit ISO timestamp without passing its fractional seconds through Date. */ export declare function timestampMicroseconds(value: unknown): bigint;