UNPKG

waft-cli

Version:

waft cli

9 lines (8 loc) 295 B
import { PushOpts, VoiceOpts } from "../cli/types"; declare function push(opts: PushOpts): Promise<any>; declare function pushVoiceCommand(opts: VoiceOpts): Promise<any>; declare const _default: { push: typeof push; pushVoiceCommand: typeof pushVoiceCommand; }; export default _default;