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