import MISRAContext from "../MISRAContext.js"; import MISRARule from "../MISRARule.js"; /** * Selects MISRA-C rules based on the provided analysis type. * Returns rules sorted by priority (lower value has higher priority). * * @param context - The shared analysis context * @param analysisType - Rule type to include ("all" for all rules). * @returns Filtered and sorted list of MISRA rules. */ export declare function selectRules(context: MISRAContext, analysisType: string): MISRARule[]; export default selectRules; //# sourceMappingURL=index.d.ts.map