import type { DeprecationView } from "./schema.js"; export declare const formatDeprecationWarning: (extensionRef: string, deprecation: DeprecationView) => string; //# sourceMappingURL=deprecation-warning.d.ts.map