import type { createTranslator } from 'use-intl/core';
import type { _useExtracted as useExtractedType } from 'use-intl/react';
declare function getServerExtractorImpl(config: Parameters<typeof createTranslator>[0], namespace?: string): ReturnType<typeof useExtractedType>;
declare const _default: typeof getServerExtractorImpl;
export default _default;
