import { Rule } from '@angular-devkit/schematics';
import type { GuardOptions } from './guard.schema.js';
export declare function main(options: GuardOptions): Rule;
