import * as command from './command'; declare const _default: { call(command: string, args?: string[] | undefined, options?: command.CommandOptions | undefined): Promise; callOutput(command: string, args?: string[] | undefined, options?: command.CommandOptions | undefined): Promise; CommandInvoker: typeof command.CommandInvoker; CommandOptions: typeof command.CommandOptions; }; export default _default;