/*! Copyright 2024 the gnablib contributors MPL-1.1 */
export interface IProblem {
    toString(): string;
    inColor(): string;
}
