export declare class SDK_UpdatePropertyManager_Param_Dto {
    propertyManagerId: number;
}
export declare class SDK_UpdatePropertyManager_Body_Dto {
    name?: string;
    onboardingPerUnit?: number;
    reservePerUnit?: number;
    feesPercentage?: number;
}
export declare class SDK_UpdatePropertyManager_Response {
    message: string;
}
export type SDK_UpdatePropertyManager_Params = SDK_UpdatePropertyManager_Param_Dto & SDK_UpdatePropertyManager_Body_Dto;
