xwt
2025-09-25 67d42a761ea34624cfb2de3cbb38f37a319d2631
1
2
3
4
5
6
/**
 * Run update and print output to terminal.
 */
declare function updateDb(print?: (str: string) => void): void
 
export = updateDb