import { Rule } from '@angular-devkit/schematics';
import { Schema } from '../schema';
/**
 * Adding doku-fragment global style to `styles.scss` or `styles.sass`.
 * If not possible, we're adding doku-fragment styles to `angular.json`.
 */
export declare function addGlobalStyle(options: Schema): Rule;
