declare const appendFileContent: (filepath: string, content: string) => Promise<void>;
export default appendFileContent;
