declare const getExpiryDate: (coverDuration: number, policyDate?: Date) => number; export { getExpiryDate };