import { type CompactProgram, type TableProgram, type TableRule } from './program.ts'; /** * Turn a program into the rule map a compiled artifact exports. * * The entries have the SAME signature as codegen rule functions, so `run()`, * the linker's public wrappers and every consumer are unchanged. */ export declare function execRulesBaseline(source: TableProgram | CompactProgram): Record; //# sourceMappingURL=exec-baseline.d.ts.map