import { UpdateDeveloperAppInput } from '../types'; export declare const updateDeveloperApp: (input: UpdateDeveloperAppInput) => Promise;