declare function create(name: string, ctor?: Constructor | null, base?: E | null, props?: P | null): { new (...args: Parameters): InstanceType & P; prototype: InstanceType & P; } & E; export = create; //# sourceMappingURL=create.d.ts.map