import Stripe from "stripe"; export declare const taxRateCreated: (subEvent: Stripe.TaxRate) => Promise>; export declare const taxRateUpdated: (subEvent: Stripe.TaxRate) => Promise>;