export declare class P2PKeyVO {
    initAppString: string;
    did: string;
    p2pKey: string;
    crcKey: string;
    apiLicense: string;
    constructor();
    equals(o: any): boolean;
    toString(): string;
}
//# sourceMappingURL=P2PKeyVO.d.ts.map