/** * Adobe Photoshop API Client */ import * as PhotoshopClient from './generated/photoshop-client/index'; export { PhotoshopClient }; export { PHOTOSHOP_AXIOS_INSTANCE } from './mutator/custom-photoshop-axios-instance'; export * from './extension'; export * from '../packages/ims-client/src'; //# sourceMappingURL=index.d.ts.map