import { type ConfigPlugin } from '@expo/config-plugins'; import { type NitroChuckerPluginProps } from './applyExclusion'; export declare function editPackageJson(projectRoot: string, props?: NitroChuckerPluginProps): void; declare const withNitroChucker: ConfigPlugin; export default withNitroChucker; //# sourceMappingURL=index.d.ts.map