/** * This includes all the functions you can use to communicate with our stripe endpoint * * @module Stripe Methods * */ import { TrieveSDK } from "../../sdk"; import { ShopifyPlanChangePayload, StripePlan } from "../../types.gen"; export declare function getStripePlans( /** @hidden */ this: TrieveSDK): Promise; export declare function startStripeCheckout( /** @hidden */ this: TrieveSDK, planId: string): Promise; export declare function handleShopifyPlanChange( /** @hidden */ this: TrieveSDK, payload: ShopifyPlanChangePayload, shopifySecretKey: string): Promise; //# sourceMappingURL=index.d.ts.map