/** * Record agent workspace trust for a launch directory. Fail-open: logs on * error and returns so agent launch can continue. */ export declare function seedLaunchWorkspaceTrust(input: { agentCommandName: string; launchDir: string; }): void; //# sourceMappingURL=seedLaunchWorkspaceTrust.d.ts.map