import { bytes32 } from "../wheel/python/sized_bytes";
import { uint32 } from "../wheel/python/sized_ints";
export type PoolTarget = {
    puzzle_hash: bytes32;
    max_height: uint32;
};
