export interface IosPaymentDataHeader {
    applicationData?: string;
    ephemeralPublicKey: string;
    publicKeyHash: string;
    transactionId: string;
    wrappedKey: string;
}
export declare const emptyIosPaymentDataHeader: IosPaymentDataHeader;
//# sourceMappingURL=ios-payment-data-header.d.ts.map