export interface ISerializeOptions { /** * Name of serializer */ serializer?: string; /** * Namespace of the registry */ namespace?: string; }