interface PrebookResponse { secretKey: string; transactionId: string; } export declare const fetchPaymentIntent: (prebookId: string, apiKey: string) => Promise; export {};