import { ActionInterface, StateInterface } from "../faces"; export declare const UpdateItems: (state: StateInterface, action: ActionInterface) => { items: string[]; name: string; description: string; owner: string; collaborators: string[]; invocations: string[]; foreignCalls: import("../faces").ForeignCallInterface[]; };