import { Platform, Workflow } from '@expo/eas-build-job'; import { Client } from '../vcs/vcs'; export declare function resolveWorkflowAsync(projectDir: string, platform: Platform, vcsClient: Client): Promise; export declare function resolveWorkflowPerPlatformAsync(projectDir: string, vcsClient: Client): Promise>; export declare function hasIgnoredIosProjectAsync(projectDir: string, vcsClient: Client): Promise;