blob: 7ae5acd345325ea0a8708f5ee01ab6054e45a62d [file] [log] [blame]
/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): void
export = updateDb