import pino from 'pino'; import { CodeCatalystAuthentication } from './codecatalyst-authentication'; import { IdentityResponse } from './verify-identity'; export declare function deleteBlueprintVersion(_log: pino.BaseLogger, endpoint: string, options: { blueprint: { space: string; version: string; package: string; }; auth: { authentication: CodeCatalystAuthentication; identity: IdentityResponse | undefined; }; }): Promise;