import { Mixin } from '../../utils'; export interface Update { update(id: string, data: Params): Promise; } export declare const UpdateMixin: Mixin>;