declare type PushOtions = {
    message: string;
    mark: string;
};
export default function commandhandle(remote: string | undefined, branch: string | undefined, cmdObj: PushOtions): Promise<void>;
export {};
