import { ConfigPlugin } from 'expo/config-plugins'; import { ExpoHarmonyPluginProps, HarmonyIdentifiers } from './types'; export declare const withExpoHarmony: ConfigPlugin; export declare function buildPrebuildMetadata(config: Record, identifiers: HarmonyIdentifiers, props?: ExpoHarmonyPluginProps): Record; export declare function validatePluginProps(props: ExpoHarmonyPluginProps): void; declare const _default: ConfigPlugin; export default _default;