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;