import { Rule } from '@angular-devkit/schematics'; import { ListSchema } from './schema'; export declare function list(options: ListSchema): Rule;