import type { Linter } from 'eslint';
interface IWithoutTypeInformationOptions {
    files: string[];
}
declare function withoutTypeInformation(options: IWithoutTypeInformationOptions): Linter.Config[];
export { withoutTypeInformation };
//# sourceMappingURL=without-type-information.d.ts.map