import { ExpoGraphqlClient } from '../../commandUtils/context/contextUtils/createGraphqlClient'; export declare const AscAppLinkMutation: { createAppStoreConnectAppAsync(graphqlClient: ExpoGraphqlClient, appStoreConnectAppInput: { appId: string; ascAppIdentifier: string; appStoreConnectApiKeyId: string; }): Promise<{ id: string; ascAppIdentifier: string; }>; deleteAppStoreConnectAppAsync(graphqlClient: ExpoGraphqlClient, appStoreConnectAppId: string): Promise; };