import type { Type } from "@tsed/core/types/Type.js"; export declare function mergeMount(m1?: any, m2?: any): any; export declare function getConfiguration(module: Type, configuration?: any): any;