import type { ESTree } from "meriyah";
import { type SplitResult } from "./Inlined.ts";
export declare class InlinedNew {
    #private;
    static split(node: ESTree.Node): SplitResult | null;
}
//# sourceMappingURL=InlinedNew.d.ts.map