import { Dictionary } from '@stoplight/types'; import { Specs } from '../../graph/nodes/types'; import { StoplightConfig, StoplightKnownPath } from './types'; export declare const STOPLIGHT_CONFIG_PLUGIN_ID = "STOPLIGHT_CONFIG"; export declare const STOPLIGHT_CONFIG_PATH = ".stoplight.json"; export declare const STOPLIGHT_CONFIG_PATH_REGEXP: RegExp; export declare const RECOMMENDED_IGNORE_LIST: string[]; export declare const DEFAULT_PATHS: Readonly>; export declare const DEFAULT_CONFIG: StoplightConfig; export declare const FORMATS_SPEC_MAP: Omit, Specs.Stoplight>;