import type { ExtractorConfigInput } from './types.js';
export default function extractMessages(params: ExtractorConfigInput): Promise<void>;
