import type { CommitCommandArgs } from "./types"; export declare function parseCommitArgs(args: string[]): CommitCommandArgs | undefined; export declare function printCommitHelp(): void;