// Code generated by packages/ttsc/tools/gen_shims. DO NOT EDIT.

package bundled

import "github.com/microsoft/typescript-go/internal/bundled"
import "github.com/microsoft/typescript-go/internal/vfs"
import _ "unsafe"

const Embedded = bundled.Embedded

//go:linkname IsBundled github.com/microsoft/typescript-go/internal/bundled.IsBundled
func IsBundled(path string) bool

var LibNames = bundled.LibNames

//go:linkname LibPath github.com/microsoft/typescript-go/internal/bundled.LibPath
func LibPath() string

//go:linkname TestingLibPath github.com/microsoft/typescript-go/internal/bundled.TestingLibPath
func TestingLibPath() string

//go:linkname WrapFS github.com/microsoft/typescript-go/internal/bundled.WrapFS
func WrapFS(fs vfs.FS) vfs.FS
