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