import type { MessageFormatElement } from '@formatjs/icu-messageformat-parser'; import { parse } from '@formatjs/icu-messageformat-parser'; /** * Parse an ICU message string into a AST array */ export declare const parseICUMessage: typeof parse; /** * Serialize an ICU message AST array into a ICU message string */ export declare const serializeICUMessage: (elements: MessageFormatElement[]) => string; //# sourceMappingURL=serialize.d.ts.map