import { CreateIntentResponse } from "./consts"; export declare const createPaymentIntent: (body: { amount: number; customer: string; description: string; }) => Promise;