/** * What 'velar/config' calls answer: the published shape a project's public * configuration was declared with. * * D115 P4 R3a: one family of 'inferWebIntrinsic', in the module that family * names. */ import { type CompilerIntrinsicAnalysisContext, type ValueType } from "@velarscript/compiler/extension"; export declare function inferConfigIntrinsic(context: CompilerIntrinsicAnalysisContext): ValueType | undefined; //# sourceMappingURL=config.d.ts.map