loulijun2021
2024-05-15 169e22e6403d4379fb6391ecc1ca4a06e23df81a
1
2
3
4
5
6
/**
 * Run update and print output to terminal.
 */
declare function updateDb(print?: (str: string) => void): Promise<void>
 
export = updateDb