import { AppStoreApiKeyPurpose } from './AscApiKeyUtils'; import { AccountFragment, AppStoreConnectApiKeyFragment } from '../../../graphql/generated'; import { CredentialsContext } from '../../context'; export declare class CreateAscApiKey { private readonly account; constructor(account: AccountFragment); runAsync(ctx: CredentialsContext, purpose: AppStoreApiKeyPurpose): Promise; }