declare function currentPstDate(): string; declare function daysAgoPst(n: number): string; export { currentPstDate, daysAgoPst };