import { Identifiable } from './identifiable'; export declare class DistributionRequest { id: string; risks: Array; users: Array; }