import { bin12 } from "./utils.interface";
export interface ScaleEvolverValue {
    bin: bin12;
}
