import { SemanticMethod } from '../types';
/**
 * Verify the configuration of this plugin.
 * This checks if all Expo manifests are readable.
 */
declare const verifyConditions: SemanticMethod;
export default verifyConditions;
