import type { PlatformPay, InitialiseParams } from './types';
type NativeStripeSdkType = {
    initialise(params: InitialiseParams): Promise<void>;
    isPlatformPaySupported(): Promise<boolean>;
    confirmPlatformPay(clientSecret: string, params: PlatformPay.ConfirmParams): Promise<PlatformPay.ConfirmPlatformPayResult>;
};
declare const _default: NativeStripeSdkType;
export default _default;
//# sourceMappingURL=NativeStripeSdk.d.ts.map