import Constructor from "./Constructor"; declare function construct(constructor: Constructor, args: any[]): T; export default construct;