import type { PresetOptions } from './preset-interface';
/**
 * Preset Installing all the Otter modules
 * @param options
 */
export declare function allPreset(options: PresetOptions): {
    modules: string[];
    rule: import("@angular-devkit/schematics").Rule;
};
//# sourceMappingURL=all-preset.d.ts.map