/** Initialise the default database of the app we’re serving. This can either be via the database app module defined in the app, or, if one does not exist, the default untyped Kitten database. */ export default class Database { path: string | null; initialise(): Promise; }