/**
 * Escapes a value implying that it's a PG ID (which is a bigint). This should
 * be a preferred way of escaping when we know that the value is a bigint.
 */
export declare function escapeID(v: string | null | undefined): string;
//# sourceMappingURL=escapeID.d.ts.map