export declare class SetTantiemesDto {
    repartitionKeyId: string;
    quota: number;
}
