import type { Image, ImageRaw } from "../..";
export declare class ImageSerializer {
    constructor();
    serialize(item: Image): ImageRaw;
}
//# sourceMappingURL=serializer.d.ts.map