import { TypeSubtype } from "common-types"; export declare class DevopsError extends Error { readonly kind: "DevopsError"; readonly classification: TypeSubtype; code: string; constructor(message: string, classification?: string); } //# sourceMappingURL=DevopsError.d.ts.map