import type { ConfigPlugin } from '@expo/config-plugins'; export interface PayjoinPluginProps { skipBinaryDownload?: boolean; } declare const _default: ConfigPlugin; export default _default; //# sourceMappingURL=index.d.ts.map