import { Rule } from '@angular-devkit/schematics';
import { NgDocStandalonePagesSchema } from './schema';
/**
 * Moves all dependencies from `ng-doc.dependencies.ts` to `ng-doc.page.ts` and removes the `ng-doc.dependencies.ts` file.
 * @param options
 */
export declare function migrate(options: NgDocStandalonePagesSchema): Rule;
