import type { Options, SyncOptions, ResultPromise, SyncResult } from 'execa'; export type { Options, SyncOptions, ResultPromise, SyncResult }; export declare function sync(file: string, args?: readonly string[], options?: SyncOptions): SyncResult; export declare function safeExeca(file: string, args?: readonly string[], options?: Options): ResultPromise;