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