CellLike: ({
    outPoint: OutPointLike;
} | {
    previousOutput: OutPointLike;
}) & {
    cellOutput: CellOutputLike;
    outputData: HexLike;
}