/**
 * 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 declare function isBigintStr(str: string): boolean;
//# sourceMappingURL=isBigintStr.d.ts.map