import type { Entity, SKLEngineInterface } from '../util/Types'; export declare type SklHookContext = { entities: Entity[]; operation: string; operationParameters: Record; sklEngine?: SKLEngineInterface; bypassHooks?: boolean; }; //# sourceMappingURL=types.d.ts.map