import Abstract from './abstract'; import type { AbstractState } from '../types'; declare class Primitive> extends Abstract { } export default Primitive;