import { Connection } from '@salesforce/core'; export default class InstalledPackagesQueryExecutor { static exec(conn: Connection): Promise; }