/** * C / C++ import resolution configs. * Both use standard resolution for #include directives. */ import type { ImportResolutionConfig } from '../types.js'; export declare const cImportConfig: ImportResolutionConfig; export declare const cppImportConfig: ImportResolutionConfig;