import { Recipient, ParticipantValue } from '../types'; export declare function isRecipient(value: string | Recipient | ParticipantValue): value is Recipient;