import { Rule } from '@angular-devkit/schematics';
import type { NgAddSchematicsSchema } from '../schema';
/**
 * Register Devtools to the application
 * @param options
 */
export declare const registerDevtools: (options: NgAddSchematicsSchema) => Promise<Rule>;
//# sourceMappingURL=devtools-registration.d.ts.map