import type { KernelModuleSyncOptions } from "./types.js"; export declare function syncKernelModules(rootfsDir: string, initramfsDir: string, log: (msg: string) => void, options?: KernelModuleSyncOptions): void; //# sourceMappingURL=kernel-modules.d.ts.map