export declare const DEFAULT_JAR_NAME: string; export declare const SELECTOR_SEPARATOR: string; export declare const NAMING_BY_DIRECTORY: string; export declare const NAMING_BY_FILENAME: string; export declare const NAMING_BY_DIRECTORYPATH: string; export declare const NAMING_BY_FULLPATH: string; export type NamingResolvePattern = 'by_dirname' | 'by_filename' | 'by_dirpath' | 'by_filepath';