/** * Normalize one `widget` call. Runs for every action in the category, native * and injected alike, before the action's own parameter mapping. */ export declare function normalizeWidgetParams(params: Record): Record;