import type { CreatedBy } from "../../../../../lib/graph-write/dist/index.js"; interface UpdateByNameParams { label: string; name: string; accountId: string; properties: Record; createdBy: CreatedBy; } interface UpdateByNameResult { nodeId: string; labels: string[]; } export declare function memoryUpdateByName(params: UpdateByNameParams): Promise; export {}; //# sourceMappingURL=memory-update-by-name.d.ts.map