import type { IAttributeScores, IVelocityOptions } from './types';
export declare class Velocity {
    #private;
    constructor(key: string);
    processMessage(message: string, options: IVelocityOptions): Promise<IAttributeScores>;
}
