package fs import "git.akyoto.dev/cli/q/src/build/token" // Import represents an import statement in a file. type Import struct { Path string FullPath string Position token.Position Used bool }