/** Return true if a Postgres error indicates an invalid/missing ID */ export declare function isNotFoundError(err: any): boolean;