export declare const PACKAGE_NAME = "react-native-nitro-chucker"; export type NitroChuckerPluginProps = { enabled?: boolean; }; type Json = Record; export declare function applyExclusion(pkg: Json, props?: NitroChuckerPluginProps): Json; export {}; //# sourceMappingURL=applyExclusion.d.ts.map