export interface IPowSolverChallenge {
    difficulty: number;
    prefix: string;
}
