export interface FortaAgentUserConfig { contextPath?: string; } export interface FortaAgentConfig { contextPath: string; } //# sourceMappingURL=types.d.ts.map