import { TypeChecker } from "typescript"; /** * Returns a representation of the input that can be JSON stringified */ declare function stripTypescriptValues(input: unknown, checker: TypeChecker, seenValues?: Set): unknown; export { stripTypescriptValues }; //# sourceMappingURL=chunk-strip-typescript-values-b67c04cb.d.ts.map