import { Rule } from '@angular-devkit/schematics';
import { OptionsSchema, LibOptionsSchema } from './schema';
/**
 * Install function to accept the schema, package name and version
 */
export declare function install(options: OptionsSchema, libOptions: LibOptionsSchema): Rule;
