import type * as LegacyConstructor from "./LegacyConstructor";
import type * as Constructor from "./Constructor";
export declare type ConstructorArguments = LegacyConstructor.Arguments | [Constructor.InputOptions];
