import { ExpoGraphqlClient } from '../../commandUtils/context/contextUtils/createGraphqlClient'; import { AppFragment } from '../generated'; export declare const AppQuery: { byIdAsync(graphqlClient: ExpoGraphqlClient, projectId: string): Promise; byFullNameAsync(graphqlClient: ExpoGraphqlClient, fullName: string): Promise; };