If assets in public folder are retrieved using asap you can include strings like ${STATIC('file.png')} or ${arc.static('file.png')} and those strings will be replaced with the fingerprinted references to that file. I don't think this is in the docs.
This is the only way to reference from one static asset to another when fingerprinting is turned on.