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