UNPKG

eas-cli

Version:
12 lines (11 loc) 421 B
import { Env } from '@expo/eas-build-job'; export declare class ExpoUpdatesCLIModuleNotFoundError extends Error { } export declare class ExpoUpdatesCLIInvalidCommandError extends Error { } export declare class ExpoUpdatesCLICommandFailedError extends Error { } export declare function expoUpdatesCommandAsync(projectDir: string, args: string[], options: { env: Env | undefined; cwd?: string; }): Promise<string>;