import { type Message } from 'oceanic.js';
import type { Profile } from '../types';
export declare function buildProfiles(messages: Message[]): Promise<Record<string, Profile>>;
