import RouteResult from "../../RouteResult.js";
declare const _default: {
    method: string;
    requiredParams: string[];
    url: string;
    handler: (req: any, res: any, wrangleBot: any, socketServer: any) => Promise<RouteResult | undefined>;
};
export default _default;
//# sourceMappingURL=put-users.d.ts.map