import type { ExpoConfig } from "expo/config"; /** * Plugin to add OpenCL native library support to Android build * This plugin was written by the most helpful folk in the QVAC team: Luis Moromisato. * Thank you Luis! */ declare function withOpenCL(config: ExpoConfig): ExpoConfig; export default withOpenCL; //# sourceMappingURL=withOpenCL.d.ts.map