import type { APIClient } from '@heroku-cli/command'; import type { ExtendedAddon } from '../../types/pg/platform-api.js'; export default class AddonResolver { private readonly heroku; private readonly addonHeaders; constructor(heroku: APIClient); resolve(addon: string, app?: string, addonService?: string): Promise; }