import { IWalletService, IWalletServiceUpdate, WalletService } from "./wallet-service";
export declare class MastercardWalletService extends WalletService implements IWalletService {
    protected initializeChildWallets(): void;
    protected getGatewayName(): string;
    setEnv(env: string): this;
    update(data: IWalletServiceUpdate): void;
}
//# sourceMappingURL=mastercard.wallet-service.d.ts.map