import { commit } from './ship.commit';
import { commitTag } from './ship.commit-tag';
import { publish } from './ship.publish';
import { tag } from './ship.tag';
import { version } from './ship.version';
export declare class Ship {
    static version: typeof version;
    static commitTag: typeof commitTag;
    static commit: typeof commit;
    static tag: typeof tag;
    static publish: typeof publish;
}
