type ProvisionResponse = {
    activationData: string;
    ephemeralPublicKey: string;
    encryptedData: string;
};
export type { ProvisionResponse };
