/** * Filters and extracts parameters belonging to a specific module. * Strips the module ID prefix from parameter keys to return module-local parameter names. * * @param moduleId - The module ID to filter parameters for * @param params - Dictionary of all parameters keyed by `moduleId.paramName` * @returns Dictionary of parameters with module-local keys */ export default function getModuleParams(moduleId: string, params?: Record): Record; //# sourceMappingURL=getModuleParams.d.ts.map