export declare function updateOne(args: any): Promise<Uint8Array | null>;
export declare function updateMany(args: any): Promise<Uint8Array | null>;
