import type { HookContext } from '../../declarations'; export declare const stripeCreatePaymentIntent: (context: HookContext) => Promise;