import type { Translator } from '../TranslationBuilder';
import type { NotificationTranslatorOptions } from './types';
export declare const pollVoteCountTrespass: Translator<NotificationTranslatorOptions>;
