export { envReads, implicitReads, opaqueReads } from './env.ts'; export { arithReads, assignmentValues, commandInvocations, commandWords, identifierNames, referencedNames, sameNode, } from './names.ts'; export { createShellParser, type ShellParser, type ShellParserConfig, stripLineContinuation, } from './parse.ts'; export { findSyntaxError, findUnterminatedBacktick } from './syntax.ts'; //# sourceMappingURL=index.d.ts.map