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