import { type Pattern } from 'ng-morph'; export declare const ALL_STYLE_FILES: Pattern; export declare const ALL_TS_FILES: Pattern; export declare const ALL_FILES: Pattern; export declare const PROJECT_JSON_FILES: Pattern;