/**
* 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.
*/exportdeclarefunctionescapeID(v: string | null | undefined): string;
//# sourceMappingURL=escapeID.d.ts.map