// https://developers.google.com/pay/api/android/guides/resources/payment-data-cryptography#intermediate-signing-key
export interface AndroidRawIntermediateSigningKey {
    signatures: string;
    signedKey: string;
}
