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