import type { ConstructorArguments } from "./ConstructorArguments"; import type * as Constructor from "./Constructor"; export declare const getOptions: (...args: ConstructorArguments) => Constructor.Options;