import type { HookState } from "./state.ts"; import type { HookDeps } from "./deps.ts"; export declare function handleSystemTransform(input: { sessionID?: string; agent?: string; }, output: { system: string[]; }, state: HookState, deps: HookDeps): Promise; //# sourceMappingURL=system-transform.d.ts.map