import { TypeBytes } from "../types/type-bytes"; import { Primitive } from "./primitive"; export declare class Bytes extends Primitive { type: typeof TypeBytes; toJS(): string; }