import type { LixEngine } from "./boot.js"; export declare function createExecuteSync(args: { engine: Pick; }): LixEngine["executeSync"]; //# sourceMappingURL=execute-sync.d.ts.map