export interface IPowSolverConfig {
    batchSize?: number;
    maxAttempts?: number;
    workerTimeout?: number;
}
