export class ResourceAllocation {
    /**
     *
     * @param {Resource[]} [resources=[]]]
     */
    constructor(resources?: Resource[]);
    /**
     * Resource set being bid on
     * @type {Resource[]}
     */
    resources: Resource[];
}
//# sourceMappingURL=ResourceAllocation.d.ts.map