import { type ConfigPlugin } from '@expo/config-plugins';
export type AdyenPluginProps = {
    merchantIdentifier: string | string[] | undefined;
    useFrameworks: boolean;
};
declare const _default: ConfigPlugin<AdyenPluginProps>;
export default _default;
//# sourceMappingURL=withAdyen.d.ts.map