declare module "postgres-date-utc" { var p: (str: string) => Date; export = p; }