UNPKG

eas-cli

Version:
4 lines (3 loc) 290 B
import { ExpoGraphqlClient } from '../../commandUtils/context/contextUtils/createGraphqlClient'; export declare function isExistingFileAsync(filePath: string): Promise<boolean>; export declare function uploadAppArchiveAsync(graphqlClient: ExpoGraphqlClient, path: string): Promise<string>;