/**
 * Escapes a date as PG string literal.
 */
export declare function escapeDate(v: Date | null | undefined, field?: string): string;
//# sourceMappingURL=escapeDate.d.ts.map