import type { ConfigPlugin } from '@expo/config-plugins'; interface PluginOptions { enableEntitlements?: boolean; entitlementsProfile?: string | string[]; forceCxx20?: boolean; enableOpenCLAndHexagon?: boolean; enableOpenCL?: boolean; } declare const _default: ConfigPlugin; export default _default; //# sourceMappingURL=withLlamaRN.d.ts.map