import type { SingleThreadBuffer } from "../macros.mjs";
export default interface Enbyteable {
    toBytes(): SingleThreadBuffer;
}
