/** * Determine if the error is a foreign key constraint error (Postgres + MySQL common) */ export declare function isForeignKeyConstraintError(error: unknown): boolean;