import { UpdateStyle } from '../types/update-style'; /** * Normalizes the update style option. * * @param style - Raw style option. * @returns Normalized update style. */ export declare function normalizeUpdateStyle(style: undefined | string): UpdateStyle;