Can a theme use ABSPATH

Unfortunately site_url() returns the site URL and ABSPATH returns the file location. Example:
ABSPATH - /Applications/MAMP/htdocs/theme/
site_url() - http://localhost/theme/ (wont work for including)

Thanks anyways!