import { MessageFormatElement } from './types';
/**
 * Whether to convert `#` in plural rule options
 * to `{var, number}`
 * @param el AST Element
 * @param pluralStack current plural stack
 */
export declare function normalizeHashtagInPlural(els: MessageFormatElement[]): void;
