export declare class PayIDPublicKeyThumbprint {
    constructor(payID: string, thumbprint: string);
    payID: string;
    thumbprint: string;
}
