declare const commitCommand: (packageName: string, configurationFile: string, message?: string) => Promise<void>;
export default commitCommand;
