/// <reference types="node" />
export default function stringifyFileAccessError(e: NodeJS.ErrnoException): string;
