/** * Infers the `tsconfigRootDir` from the current call stack, using the V8 API. * * See https://v8.dev/docs/stack-trace-api * * This API is implemented in Deno and Bun as well. */ export declare function getTSConfigRootDirFromStack(): string | undefined; //# sourceMappingURL=getTSConfigRootDirFromStack.d.ts.map