export interface CryptomusConfig {
    merchantId: string;
    paymentKey: string;
    payoutKey: string;
}
