import { SecurityLastEvent } from './contracts/security-signal.type'; export declare function pickNewestEvent(current: SecurityLastEvent | undefined, candidate: SecurityLastEvent): SecurityLastEvent | undefined;