export declare const GLOB_SRC_EXT = "?([cm])[jt]s?(x)"; export declare const GLOB_SRC = "**/*.?([cm])[jt]s?(x)"; export declare const GLOB_JS = "**/*.?([cm])js"; export declare const GLOB_JSX = "**/*.?([cm])jsx"; export declare const GLOB_TS = "**/*.?([cm])ts"; export declare const GLOB_TSX = "**/*.?([cm])tsx"; export declare const GLOB_STYLE = "**/*.{c,le,sc}ss"; export declare const GLOB_CSS = "**/*.css"; export declare const GLOB_POSTCSS = "**/*.{p,post}css"; export declare const GLOB_LESS = "**/*.less"; export declare const GLOB_SCSS = "**/*.scss"; export declare const GLOB_JSON = "**/*.json"; export declare const GLOB_JSON5 = "**/*.json5"; export declare const GLOB_JSONC = "**/*.jsonc"; export declare const GLOB_ALL_SRC: string[]; export declare const GLOB_EXCLUDE: string[];