import { SerializerV1 } from "../serializer/SerializerV1";
export declare class Serializers {
    static V1: SerializerV1;
}
