import { type PlatformPay, type InitialiseParams } from './types';
export declare function initStripe(params: InitialiseParams): Promise<void>;
export declare function isPlatformPaySupported(): Promise<boolean>;
export declare const confirmPlatformPayPayment: (clientSecret: string, params: PlatformPay.ConfirmParams) => Promise<PlatformPay.ConfirmPlatformPayResult>;
//# sourceMappingURL=functions.d.ts.map