/** * Convert optional timestamp to unix timestamp * @param timestamp */ export declare function toUnixTimestamp(timestamp?: number | Date): number | undefined;