import { type Module } from "../shared/modules.js"; export declare function composeInstructions(active: readonly Module[]): string; //# sourceMappingURL=composeInstructions.d.ts.map