import type { BuilderBlock } from '../types/builder-block'; export declare function resolveLocalizedValues(block: BuilderBlock, locale: string | undefined): BuilderBlock;