declare const resolveSymlinkTarget: (target: URL | string, linkName: URL | string) => URL | string;
export default resolveSymlinkTarget;
