import type { Linter } from 'eslint'; type ReactNativeLanguage = 'js' | 'ts'; interface CreateEslintReactNativeConfigOptions { typeChecked?: boolean; } export declare const createEslintReactNativeConfig: (language: ReactNativeLanguage, options?: CreateEslintReactNativeConfigOptions) => Linter.Config[]; export {}; //# sourceMappingURL=create-config.d.ts.map