export declare class UpdateUserCustomParametersRequestDto { userId: string; customParameters: string; }