declare const endOfReadmeNotice: string; declare function updateReadme(): Promise; export { endOfReadmeNotice, updateReadme };