import { IEvolutionMessageKeyResponse } from '../../interfaces';
export declare class EvolutionMessageKeyResponseEntity implements IEvolutionMessageKeyResponse {
    fromMe: boolean;
    id: string;
    remoteJid: string;
}
