diff --git a/packages/spacecat-shared-utils/src/index.d.ts b/packages/spacecat-shared-utils/src/index.d.ts index c9b7111f6..8dad6d6ca 100644 --- a/packages/spacecat-shared-utils/src/index.d.ts +++ b/packages/spacecat-shared-utils/src/index.d.ts @@ -262,3 +262,6 @@ export function tracingFetch(url: string | Request, options?: RequestOptions): P export const SPACECAT_USER_AGENT: string; export function retrievePageAuthentication(site: object, context: object): Promise; + +export * as llmoConfig from './llmo-config.js'; +export * as schemas from './schemas.js';