export declare const EXTS: string[]; export declare const EXTS_GROUP = "{ts,tsx,js,jsx}"; export declare const TJSX_EXT_PATTERN: RegExp; export declare const ASSET_EXT_PATTERN: RegExp; export declare const CSS_EXT_PATTERN: RegExp; export declare const CSS_MODULE_EXT_PATTERN: RegExp; export declare const GQL_EXT_PATTERN: RegExp; export declare const ALIAS_PATTERN = "~"; export declare const IGNORE_PATHS: string[]; export declare const NODE_VERSION = "12.16"; export declare const NODE_TARGET: { node: string; }; export declare const WEB_TARGET: { ie: number; }; export declare const SCAFFOLD_DEPS: string[]; //# sourceMappingURL=constants.d.ts.map