import Stripe from "stripe"; export declare const stripePriceInsert: (subEvent: Stripe.Price) => Promise>; export declare const stripePriceUpdate: (subEvent: Stripe.Price) => Promise>; export declare const stripePriceDelete: (subEvent: Stripe.Price) => Promise;