import { Rule } from '@angular-devkit/schematics';
import type { NgAddSchematicsSchema } from './schema';
/**
 * Add Otter localization to an Angular Project
 * @param options for the dependencies installations
 */
export declare const ngAdd: (options: NgAddSchematicsSchema) => Rule;
//# sourceMappingURL=index.d.ts.map