import { ImmutableLike } from "../types/common.js";
import { StyleSpecification } from "../types/style-spec.js";
export declare function normalizeStyle(style: string | StyleSpecification | ImmutableLike<StyleSpecification>): string | StyleSpecification;