import { Config } from "semantic-commit-emoji-config";
/**
 * Synchronously read in a string from the provided file, sends the contents
 * to the processor and writes back the resulting commit message.
 */
declare const _default: (config: Config, filePath: string) => void;
export default _default;
