import type Interface from "../Interface/In.js"; import type Path from "../Type/Path.js"; /** * @module In * */ declare const _default: Interface; export default _default; export declare const Apply: import("../Interface/Apply.js").default; export declare let _Path: Path;