/**
* It's hard to support PG bigint type in JS, so people use strings instead.
* This function checks that a string can be passed to PG as a bigint.
*/
export declarefunctionisBigintStr(str: string): boolean;
//# sourceMappingURL=isBigintStr.d.ts.map