/** * Requires the given module * @param path The path to te require * @returns The module result */ export declare function dynamicImport(path: string): T; //# sourceMappingURL=dynamicImport.d.ts.map