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