import type { ConfigPlugin } from '@expo/config-plugins';
/**
 * Set the `enableFrameProcessors` flag inside of the XcodeProject.
 * This is used to disable frame processors if you don't need it on iOS. (will save CPU and Memory)
 */
export declare const withEnableFrameProcessorsIOS: ConfigPlugin<boolean>;
//# sourceMappingURL=withEnableFrameProcessorsIOS.d.ts.map