import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { RemoteUser } from "./RemoteUser"; export declare const ActivityRequestUser: core.serialization.Schema; export declare namespace ActivityRequestUser { type Raw = string | RemoteUser.Raw; }