import { TRenderNodePaths } from "../../render/index.cjs"; import { TEmailNodeUnion } from "../types.t.cjs"; export declare function getPathFromBodyByRef(body: TEmailNodeUnion[], reference: TEmailNodeUnion): TRenderNodePaths | null;