import { WidgetModel } from '../index'; export interface UuidPoolModel extends WidgetModel { uuids?: string[]; size?: number; refillThreshold?: number; failOnStarvation?: boolean; } //# sourceMappingURL=UuidPoolModel.d.ts.map