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