import { MMSVcard } from './MMSVcard';
/**
 * @deprecated Please use MMSVcard instead
 *
 * @group MMS
 */
export declare class Vcard extends MMSVcard {
    /**
     * Constructs a new `Vcard` instance for the MMS channel.
     *
     * @param {string} vcardUrl - The URL of the vCard.
     * @param {string} to - The recipient of the message.
     * @param {string} from - The sender of the message.
     * @param {string} clientRef - The client reference for the message.
     */
    constructor(vcardUrl: string, to: string, from: string, clientRef?: string);
}
//# sourceMappingURL=Vcard.d.ts.map