import { Platform } from '@expo/eas-build-job'; import { BuildProfile } from '@expo/eas-json'; import { IosDistributionType as IosDistributionTypeGraphql } from '../../graphql/generated'; import { CredentialsContext } from '../context'; export declare class SelectIosDistributionTypeGraphqlFromBuildProfile { private readonly buildProfile; constructor(buildProfile: BuildProfile); runAsync(ctx: CredentialsContext): Promise; resolveInternalDistributionAsync(ctx: CredentialsContext): Promise; }