import pino from 'pino'; import { CodeCatalystAuthentication } from './codecatalyst-authentication'; import { IdentityResponse } from './verify-identity'; /** * Sets this blueprint version as the catalog version */ export declare function setCatalogVersion(log: pino.BaseLogger, endpoint: string, options: { blueprint: { space: string; version: string; package: string; }; auth: { authentication: CodeCatalystAuthentication; identity: IdentityResponse | undefined; }; }): Promise;